summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show_search.inc2
-rw-r--r--templates/sidebar.inc.php5
2 files changed, 3 insertions, 4 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc
index 76b270c0..5ed3e676 100644
--- a/templates/show_search.inc
+++ b/templates/show_search.inc
@@ -33,7 +33,7 @@
<tr class="<?php echo flip_class(); ?>">
<td><?php echo _('Keywords') ?></td>
<td>
- <input type="text" id="s_keywords" name="s_keywords" value="<?php echo scrub_out($_REQUEST['s_keywords']); ?>"/>
+ <input type="text" id="s_all" name="s_all" value="<?php echo scrub_out($_REQUEST['s_keywords']); ?>"/>
</td>
<td><?php echo _('Comment'); ?></td>
<td>
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index f9a7ea92..5449baef 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -137,12 +137,11 @@ switch ($location['page']) {
<?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?>
<li>
<form name="sub_search" method="post" action="<?php echo $web_path; ?>/search.php" enctype="multipart/form-data" style="Display:inline">
- <input type="text" name="search_string" value="<?php echo scrub_out($_REQUEST['search_string']); ?>" size="5" />
- <input class="smallbutton" type="submit" value="<?php echo _("Search"); ?>" />
+ <input type="text" name="search_string" value="" size="5" />
+ <input class="smallbutton" type="submit" value="<?php echo _('Search'); ?>" />
<input type="hidden" name="action" value="quick_search" />
<input type="hidden" name="method" value="fuzzy" />
<input type="hidden" name="object_type" value="song" />
- <input type="hidden" name="search_object[]" value="all" />
</form>
</li>
<?php } // end if ($GLOBALS['theme']['orientation'] != 'horizontal')?>