From 6500941b585e9c364cce828e70928b85a5dfcc4b Mon Sep 17 00:00:00 2001 From: dipsol Date: Tue, 2 Dec 2008 13:05:56 +0000 Subject: Changed some name, because of the conventions. --- templates/show_song.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 8c1911f4..45f8c90c 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -20,7 +20,7 @@ */ $rowparity = flip_class(); $icon = $song->enabled ? 'disable' : 'enable'; -$row_btnFlipState = 'btnFlipState_' . $song->id; +$button_flip_state_id = 'button_flip_state_' . $song->id; ?> title . ' ' . _('Details')); ?>
@@ -32,7 +32,7 @@ $row_btnFlipState = 'btnFlipState_' . $song->id; - + id,$icon,_(ucfirst($icon)),'flip_song_' . $song->id); ?> -- cgit