summaryrefslogtreecommitdiffstats
path: root/templates/show_disabled_songs.inc
diff options
context:
space:
mode:
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>
-