diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-12 17:22:32 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-12 17:22:32 +0000 |
commit | 8ddca254201ba23b4dcbfd4a9e17fc7841172e34 (patch) | |
tree | 24365622b0e461beb9246fd49f27479d696e9fa2 /templates/show_alphabet_form.inc.php | |
parent | 9e971edd7fa6715de74ba1beecd48e7cd7390196 (diff) | |
download | ampache-8ddca254201ba23b4dcbfd4a9e17fc7841172e34.tar.gz ampache-8ddca254201ba23b4dcbfd4a9e17fc7841172e34.tar.bz2 ampache-8ddca254201ba23b4dcbfd4a9e17fc7841172e34.zip |
bumped up the size of the quick search on the browse pages per erwans request
Diffstat (limited to 'templates/show_alphabet_form.inc.php')
-rw-r--r-- | templates/show_alphabet_form.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php index e8b149de..f3482c3a 100644 --- a/templates/show_alphabet_form.inc.php +++ b/templates/show_alphabet_form.inc.php @@ -22,6 +22,6 @@ ?> <form style="display:inline;" name="f" method="get" action="<?php echo conf('web_path') . "/$action"; ?>" enctype="multipart/form-data"> <label for="match" accesskey="S"><?php echo $text; ?></label> - <input type="text" size="1" id="match" name="match" value="<?php echo $match; ?>" /> + <input type="text" size="5" id="match" name="match" value="<?php echo $match; ?>" /> <input type="hidden" name="action" value="<?php echo scrub_out($_REQUEST['action']); ?>"> </form> |