diff options
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r-- | templates/show_play_selected.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index dab5369d..b89e7d47 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -46,12 +46,13 @@ function ToBatch(action) <table border="0" cellpadding="14" cellspacing="0" class="text-box"> <tr align="left"> <td> - <input class="button" type="button" name="super_action" value="<?php echo _("Play Selected"); ?>" onclick="return ToSong('play_selected');" /> + <input class="button" type="button" name="super_action" value="<?php echo _("Play Selected"); ?>" onclick="return ToSong('play_selected');" /> <?php if (batch_ok()) { ?> <input class="button" type="button" name="super_action" value="<?php echo _("Download Selected"); ?>" onclick="return ToBatch('download_selected');" /> <? } ?> -<!-- <input class="button" type="button" name="super_action" value="<?php echo _("Flag Selected"); ?>" /> +<!-- + <input class="button" type="button" name="super_action" value="<?php echo _("Flag Selected"); ?>" /> <input class="button" type="button" name="super_action" value="<?php echo _("Edit Selected"); ?>" /> --> </td> |