From 7be9eb4ea1e868fa0725334697057e1b7b994460 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 12 Jul 2007 05:30:30 +0000 Subject: re-added ability to delete catalogs, fixed exception error with id3 library --- templates/show_add_user.inc.php | 2 ++ templates/show_preferences.inc.php | 4 +++- templates/show_users.inc.php | 13 +++---------- templates/sidebar_admin.inc.php | 7 +++++-- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'templates') diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index ed9ac236..38871dc1 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -73,6 +73,8 @@ diff --git a/templates/show_preferences.inc.php b/templates/show_preferences.inc.php index 0ecc4984..81b2c06e 100644 --- a/templates/show_preferences.inc.php +++ b/templates/show_preferences.inc.php @@ -35,7 +35,9 @@ if ($_REQUEST['tab'] != 'account' && $_REQUEST['tab'] != 'modules') { - " /> + has_access('100')) { ?> + + - - - () - - - - - @@ -69,7 +61,7 @@ foreach ($object_ids as $user_id) { ?> - + fullname; ?> (username; ?>) @@ -92,9 +84,10 @@ foreach ($object_ids as $user_id) { - + disabled == '1') { diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php index e35d1d98..04c68612 100644 --- a/templates/sidebar_admin.inc.php +++ b/templates/sidebar_admin.inc.php @@ -2,17 +2,20 @@
name; ?> + + +
| | - +

-- cgit