summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-31 00:18:24 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-31 00:18:24 +0000
commitad719b9b6f3391da1ba7e481890317cdc409c616 (patch)
treed809173b1dbdd3cf4e05a9bc5984d3aa4c0398f3 /core/views
parentcbbbc23c2f5f1f4b5325f1a25251e419b512733f (diff)
Fully implement the view_full permission.
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php3
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) ?>
&raquo;
<? 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: ?>