diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-18 03:29:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-18 03:29:54 +0000 |
commit | 6224281f3c405b0f41c597d504273fe5c237d4ad (patch) | |
tree | 8b472d247b76abfece39cf6738acf19b697c40f1 /templates | |
parent | 6f43d4d87802e8d7e74d355060bbf4e4c2f44a2b (diff) | |
download | ampache-6224281f3c405b0f41c597d504273fe5c237d4ad.tar.gz ampache-6224281f3c405b0f41c597d504273fe5c237d4ad.tar.bz2 ampache-6224281f3c405b0f41c597d504273fe5c237d4ad.zip |
added ability to search by ratings
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_search.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index dc6a0a56..ae1c2efd 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -92,7 +92,6 @@ <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Rating'); ?>:</td> <td> - <!-- Broken for now <select id="s_rating" name="s_rating"> <option value=""> </option> <option value="1"><?php echo _('One Star'); ?></option> @@ -101,7 +100,6 @@ <option value="4"><?php echo _('Four Stars'); ?></option> <option value="5"><?php echo _('Five Stars'); ?></option> </select> - --> Currently Broken </td> <td><?php echo _('Operator'); ?>:</td> <td> |