diff options
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> |