diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-03-25 19:44:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-03-25 19:44:22 +0000 |
commit | 6e3561114a5832e432793b11bc7b71926dc33c85 (patch) | |
tree | d2b5e051bc0c19ba11584bbd249e1a0355503e3b /templates/show_search.inc | |
parent | 1eca8a9c7b499b5f4ec58dbd19170d4a642ad674 (diff) | |
download | ampache-6e3561114a5832e432793b11bc7b71926dc33c85.tar.gz ampache-6e3561114a5832e432793b11bc7b71926dc33c85.tar.bz2 ampache-6e3561114a5832e432793b11bc7b71926dc33c85.zip |
added ability to search year range
Diffstat (limited to 'templates/show_search.inc')
-rw-r--r-- | templates/show_search.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index f0cf9a17..ee30e90e 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) 2001 - 2007 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -62,7 +62,9 @@ <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Year'); ?></td> <td> - <input type="text" id="s_year" name="s_year" value="<?php echo scrub_out($_REQUEST['s_year']); ?>" /> + <input type="text" id="s_year" name="s_year" size="5" value="<?php echo scrub_out($_REQUEST['s_year']); ?>" /> + - + <input type="text" id="s_year2" name="s_year2" size="5" value="<?php echo scrub_out($_REQUEST['s_year2']); ?>" /> </td> <td><?php echo _('Filename'); ?></td> <td> |