aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/homemenu.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/homemenu.php')
-rw-r--r--app/view/templates/homemenu.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php
index 669f9f2..51a58e9 100644
--- a/app/view/templates/homemenu.php
+++ b/app/view/templates/homemenu.php
@@ -304,6 +304,13 @@
</ul>
<input type="submit" value="update columns">
</form>
+ <?php if($user->issupereditor()) { ?>
+ <h2>Tag colors</h2>
+ <form action="<?= $this->url('homecolors') ?>" method="post">
+ <?= $colors->htmlcolorpicker() ?>
+ <input type="submit" value="update">
+ </form>
+ <?php } ?>
</div>
</details>