From e4448423fbcee4e685b410a62844a245601d2e0b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 21 May 2017 22:23:36 -0700 Subject: apporder module and all the associated backend stuff to make it work; probably needs a bit of UI cleanup and a link to it from somewhere --- view/tpl/app.tpl | 7 ++++++- view/tpl/apporder.tpl | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 view/tpl/apporder.tpl (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 28f28611e..f45510a58 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -25,6 +25,11 @@ {{/if}} {{else}} +{{if $order}} + + +{{if $icon}}{{else}}{{/if}}{{$app.name}}
+{{else}} {{if $icon}}{{else}}{{/if}}{{$app.name}} {{/if}} - +{{/if}} diff --git a/view/tpl/apporder.tpl b/view/tpl/apporder.tpl new file mode 100644 index 000000000..fdb726131 --- /dev/null +++ b/view/tpl/apporder.tpl @@ -0,0 +1,7 @@ +

{{$header}}

+ +
{{$desc}}
+


+{{foreach $nav_apps as $nav_app}} +{{$nav_app}} +{{/foreach}} -- cgit v1.2.3