summaryrefslogtreecommitdiffstats
path: root/templates/show_disabled_songs.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-12 07:45:01 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-12 07:45:01 +0000
commit0b39cf3100870d54e13039a4e5d8635f121df4ab (patch)
tree44a4d54aa9e1dc2f0f7484d74fe367a868ac40a1 /templates/show_disabled_songs.inc
parent65929b1bcc5e8692dd6e716d3066fbd92d754a26 (diff)
downloadampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.tar.gz
ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.tar.bz2
ampache-0b39cf3100870d54e13039a4e5d8635f121df4ab.zip
few minor fixes including a XML-RPC fix
Diffstat (limited to 'templates/show_disabled_songs.inc')
-rw-r--r--templates/show_disabled_songs.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/show_disabled_songs.inc b/templates/show_disabled_songs.inc
index 61a47b3d..0c592777 100644
--- a/templates/show_disabled_songs.inc
+++ b/templates/show_disabled_songs.inc
@@ -44,8 +44,11 @@
<td colspan="7"><span class="error"><?php echo _('No Records Found'); ?></span></td>
</tr>
<?php } ?>
-</table>
+<tr class="<?php echo flip_class(); ?>">
+ <td colspan="7">
<input class="button" type="submit" value="<?php echo _('Remove'); ?>" />&nbsp;&nbsp;
<input type="hidden" name="action" value="remove_disabled" />
+ </td>
+</tr>
+</table>
</form>
-