diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_now_playing_row.inc.php | 3 | ||||
-rw-r--r-- | templates/show_search.inc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 33ac673b..5a5c93f7 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -29,8 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. </div> <div class="np_cell"> <a title="<?php echo scrub_out($song->f_album); ?>" href="<?php echo $web_path; ?>/albums.php?action=show&album=<?php echo $song->album; ?>"> - <?php echo scrub_out($song->f_album); ?> - </a> / + <?php echo scrub_out($song->f_album); ?></a> / <a title="<?php echo scrub_out($song->f_artist); ?>" href="<?php echo $web_path; ?>/artists.php?action=show&artist=<?php echo $song->artist; ?>"> <?php echo scrub_out($song->f_artist); ?> </a> 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> |