summaryrefslogtreecommitdiffstats
path: root/templates/show_search_bar.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-28 03:19:41 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-28 03:19:41 +0000
commite2461a03e05d1a25927f659f22af7fadec3b0fc4 (patch)
tree63dfca8055d27f287857f8b70a01c8120635f550 /templates/show_search_bar.inc
parent29ec36c67ecebea55df9063e78d7653515428d98 (diff)
downloadampache-e2461a03e05d1a25927f659f22af7fadec3b0fc4.tar.gz
ampache-e2461a03e05d1a25927f659f22af7fadec3b0fc4.tar.bz2
ampache-e2461a03e05d1a25927f659f22af7fadec3b0fc4.zip
fixed missing button mojo
Diffstat (limited to 'templates/show_search_bar.inc')
-rw-r--r--templates/show_search_bar.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search_bar.inc b/templates/show_search_bar.inc
index 49c5648d..36f4b1ca 100644
--- a/templates/show_search_bar.inc
+++ b/templates/show_search_bar.inc
@@ -68,7 +68,7 @@
</select>
</td>
<td>
- <input type="submit" value="<?php echo _("Search"); ; ?>" />&nbsp;&nbsp;
+ <input class="button" type="submit" value="<?php echo _("Search"); ; ?>" />&nbsp;&nbsp;
<input type="hidden" name="action" value="search" />
<input type="hidden" name="search_type" value="fuzzy" />
</td>