summaryrefslogtreecommitdiff
path: root/core/views/welcome.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/welcome.html.php')
-rw-r--r--core/views/welcome.html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 7588682d..8a14b386 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -358,6 +358,11 @@
<?= html::anchor("welcome/add_perm/0/$perm/{$current->album->id}", strtolower($perm), array("class" => "denied")) ?>
<? endif ?>
<? endforeach ?>
+ <? if ($current->album->id != 1): ?>
+ <span class="understate">
+ (<?= html::anchor("welcome/reset_all_perms/0/{$current->album->id}", "reset") ?>)
+ </span>
+ <? endif; ?>
<? $stack[] = "CLOSE"; ?>
<? if ($current->children): ?>
<? $stack = array_merge($stack, $current->children) ?>