summaryrefslogtreecommitdiffstats
path: root/templates/show_search_bar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-04 05:25:25 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-04 05:25:25 +0000
commit2ebfdf4c29ac9e33b8070243856b48ef665e61a9 (patch)
tree706831ca65800d8469cba2f4855d13246c78f206 /templates/show_search_bar.inc.php
parentb909c08509458f4a76ba0ba7922316cd7e55b0d4 (diff)
downloadampache-2ebfdf4c29ac9e33b8070243856b48ef665e61a9.tar.gz
ampache-2ebfdf4c29ac9e33b8070243856b48ef665e61a9.tar.bz2
ampache-2ebfdf4c29ac9e33b8070243856b48ef665e61a9.zip
fixed potential issue with kajax, and added advanced search button to top, right bar
Diffstat (limited to 'templates/show_search_bar.inc.php')
-rw-r--r--templates/show_search_bar.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_search_bar.inc.php b/templates/show_search_bar.inc.php
index b9b2c94c..f62cbf0d 100644
--- a/templates/show_search_bar.inc.php
+++ b/templates/show_search_bar.inc.php
@@ -27,6 +27,7 @@
<input type="hidden" name="action" value="quick_search" />
<input type="hidden" name="method" value="fuzzy" />
<input type="hidden" name="object_type" value="song" />
+ <a href="<?php echo $web_path; ?>/search.php" class="smallbutton"><?php echo _('Advanced Search'); ?></a>
</form>
</div>