From 5f02e4f43cb1423653c156e612da53e4c5938583 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 00:52:50 -0500 Subject: Move flip_class() from lib/ui.lib.php to UI --- templates/show_song.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 07a0dd06..7fd41c75 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -26,11 +26,11 @@ $button_flip_state_id = 'button_flip_state_' . $song->id; title . ' ' . T_('Details'), 'box box_song_details'); ?>
-
+
id,'song'); ?>
-
+
id,'add', T_('Add'),'add_song_' . $song->id); ?> @@ -65,7 +65,7 @@ $button_flip_state_id = 'button_flip_state_' . $song->id; { if(trim($value)) { - $rowparity = flip_class(); + $rowparity = UI::flip_class(); echo "
" . T_($key) . "
" . $value . "
"; } } -- cgit