From 55924f5c5b147412fda350a3b7c2ecfaef523e19 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 22 Feb 2017 11:22:43 +0100 Subject: apps improvements --- view/tpl/app.tpl | 2 +- view/tpl/app_select.tpl | 10 ---------- view/tpl/myapps.tpl | 9 ++++++++- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 view/tpl/app_select.tpl (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index ba97ad501..5ff205c53 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -18,7 +18,7 @@ {{if $install}}{{/if}} {{if $edit}}{{/if}} {{if $delete}}{{/if}} - {{if $feature}}{{/if}} + {{if $feature}}{{/if}} {{/if}} diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl deleted file mode 100644 index 86ea0b1de..000000000 --- a/view/tpl/app_select.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{if $authed}} -
-

{{$title}}

- -
-{{/if}} - diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index 074965985..d0c741bf4 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -1,6 +1,13 @@
-

{{$title}}{{$cat}}

+ {{if $authed}} + {{if $create}} +  {{$create}} + {{else}} + {{$manage}} + {{/if}} + {{/if}} +

{{$title}}{{if $cat}} - {{$cat}}{{/if}}

{{foreach $apps as $ap}} -- cgit v1.2.3