summaryrefslogtreecommitdiffstats
path: root/templates/show_play_selected.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 23:26:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 23:26:35 +0000
commit40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 (patch)
tree96347d15b160b84f9c8e54fb99d25ffaa755b056 /templates/show_play_selected.inc.php
parent876575f63491226db28234519872380a1073d7e2 (diff)
downloadampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.gz
ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.bz2
ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.zip
whole bunch of last-min fixes for Alpha2 release
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r--templates/show_play_selected.inc.php5
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()) { ?>
&nbsp;&nbsp;
<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>