From 7d63859ce355870942a3f648cff6be57e43451ea Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 9 Jul 2009 11:57:48 +0000 Subject: add rating to single song view, and include caching fix --- templates/show_song.inc.php | 7 +++++-- 1 file changed, 5 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 a809dd0e..ae106236 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -18,14 +18,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -$rowparity = flip_class(); $icon = $song->enabled ? 'disable' : 'enable'; $button_flip_state_id = 'button_flip_state_' . $song->id; ?> title . ' ' . _('Details')); ?>
+ +
+
id,'song'); ?>
+
-
"> +
id,'add',_('Add'),'add_song_' . $song->id); ?> -- cgit