From c3b6ef7ad2e888fd228f62ed3cef6f7d55070a84 Mon Sep 17 00:00:00 2001 From: mywindow Date: Mon, 12 Sep 2011 16:16:12 -0600 Subject: Added class names to generic box names. --- templates/show_song.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index e753574d..f3cfd638 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -29,7 +29,7 @@ $icon = $song->enabled ? 'disable' : 'enable'; $button_flip_state_id = 'button_flip_state_' . $song->id; ?> -title . ' ' . _('Details')); ?> +title . ' ' . _('Details'), 'box box_song_details'); ?>
-- cgit