diff options
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 79ff40b3..51d00e82 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -293,7 +293,7 @@ <ul class="tabs"> <li><a href="javascript:show('access', 'access_users')">Users</a></li> <li><a href="javascript:show('access', 'access_groups')">Groups</a></li> - <li><a href="javascript:show('access', 'access_permissions')">Permissions</a></li> + <li><a href="javascript:show('access', 'access_permissions')">Guest Permissions</a></li> </ul> <div id="access_users" class="activity"> @@ -365,6 +365,7 @@ <?= html::anchor("albums/{$current->album->id}", $current->album->title) ?> » <? foreach (array("view", "view_full", "edit") as $perm): ?> + <?= $perm != "view" ? " ---- " : "" ?> <? if (access::group_can(group::everybody(), $perm, $current->album)): ?> <?= html::anchor("welcome/deny_perm/1/$perm/{$current->album->id}", strtoupper($perm), array("class" => "allowed")) ?> <? else: ?> |
