From 2493e8eb48c48eeda11095406fdc22004053271a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 21 Dec 2006 08:22:31 +0000 Subject: switched the enable/disable icons and filled out the show_edit_album page, still doesnt work --- templates/show_edit_album.inc.php | 17 +++++++++++++++++ templates/show_songs.inc | 4 ++-- templates/show_users.inc | 4 ++-- 3 files changed, 21 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php index 6b6c42fa..141288b8 100644 --- a/templates/show_edit_album.inc.php +++ b/templates/show_edit_album.inc.php @@ -23,9 +23,26 @@
+ + + + + + + + + + + diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 0fa0569c..8e3c0247 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -138,11 +138,11 @@ foreach ($song_ids as $song_id) { | enabled) { ?> - + - + diff --git a/templates/show_users.inc b/templates/show_users.inc index 48eb11a3..6b7d3e14 100644 --- a/templates/show_users.inc +++ b/templates/show_users.inc @@ -116,10 +116,10 @@ while ($results = mysql_fetch_object($db_result)) { disabled == '1') { - echo ""; + echo ""; } else { - echo ""; + echo ""; } ?>
+ +
+ +
  + +
username&level=enabled\">" . get_user_icon('disable','enable_hover') . "username&level=enabled\">" . get_user_icon('enable') . "username&level=disabled\">" . get_user_icon('enable','disable_hover') ."username&level=disabled\">" . get_user_icon('disable') ." -- cgit