aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app_select.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r--view/tpl/app_select.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl
new file mode 100644
index 000000000..5cf3f40d6
--- /dev/null
+++ b/view/tpl/app_select.tpl
@@ -0,0 +1,10 @@
+{{if $authed}}
+<div class="widget">
+<h3>{{$title}}</h3>
+<ul>
+<li><a href="appman">{{$new}}</a></li>
+<li><a href="apps/edit">{{$edit}}</a></li>
+</ul>
+</div>
+{{/if}}
+