summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 4bd0ef90..af4cb68b 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -132,6 +132,7 @@
<ul id="tabs">
<li><a href="javascript:show('#configuration')">Configuration</a></li>
<li><a href="javascript:show('#actions')">Actions</a></li>
+ <li><a href="javascript:show('#info')">Info</a></li>
<li><a href="javascript:show('#docs')">Docs</a></li>
</ul>
@@ -161,6 +162,16 @@
</ul>
</div>
+ <div id="info" class="activity">
+ <ul>
+ <li> <?= html::anchor("welcome/mptt&type=text", "MPTT tree (text)") ?> </li>
+ <li>
+ <?= html::anchor("welcome/mptt", "MPTT tree (graph)") ?>
+ <i>(requires /usr/bin/dot from the graphviz package)</i>
+ </li>
+ </ul>
+ </div>
+
<div id="docs" class="activity">
<ul>
<li>