From 2cf3233f546dfa38521bd9ec280dbec9a9fb7612 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 12 Dec 2008 00:59:30 +0000 Subject: Get rid of all pseudo users and pseudo groups, while preserving all other functionality. This makes our user/group and access code fully consistent. --- core/views/welcome.html.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'core/views') diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index c8352592..d412d119 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -283,10 +283,12 @@ +
Rearrange - +
+
@@ -301,14 +303,14 @@
  • name ?> - id != user::ADMIN): ?> + admin): ?> id", "[x]") ?>
      groups as $group): ?>
    • name ?> - id != group::REGISTERED_USERS): ?> + special): ?> id/$user->id", "[x]") ?>
    • @@ -337,7 +339,7 @@
    • name ?> - id != group::REGISTERED_USERS): ?> + special): ?> id", "[x]") ?>
    • @@ -365,15 +367,15 @@ album->id}", $current->album->title) ?> » - album)): ?> - album->id}", strtoupper($perm), array("class" => "allowed")) ?> + album)): ?> + album->id}", strtoupper($perm), array("class" => "allowed")) ?> - album->id}", strtolower($perm), array("class" => "denied")) ?> + album->id}", strtolower($perm), array("class" => "denied")) ?> album->id != 1): ?> - (album->id}", "reset") ?>) + (album->id}", "reset") ?>) -- cgit v1.2.3