diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-22 07:06:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-22 07:06:42 +0000 |
commit | 8371bcafe75ec3427530c378f2ff2600c91dc56a (patch) | |
tree | ca9960b0678cc457594a94535ec7e3ea113fa60b /templates/show_search.inc | |
parent | bba84d172a89e5621c29f2e4359d87bb09f346ff (diff) | |
download | ampache-8371bcafe75ec3427530c378f2ff2600c91dc56a.tar.gz ampache-8371bcafe75ec3427530c378f2ff2600c91dc56a.tar.bz2 ampache-8371bcafe75ec3427530c378f2ff2600c91dc56a.zip |
really the last commit
Diffstat (limited to 'templates/show_search.inc')
-rw-r--r-- | templates/show_search.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index ba1478eb..76b270c0 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -92,6 +92,7 @@ <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> @@ -100,6 +101,7 @@ <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> |