From 178e3d5bc8237cd6dcf30c1ac0d2e8a24859cc47 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 4 Feb 2017 18:36:50 +0100 Subject: allow featuring of apps in /apps and update some more apd files --- view/theme/redbasic/css/style.css | 5 +++++ view/tpl/app.tpl | 7 ++++--- view/tpl/navapps.tpl | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6a5b59ffd..db7e50fe7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1188,6 +1188,11 @@ margin-right: 50px; color: $toolicon_colour; } +.generic-icons-nav { + font-size: 1.2em; + margin-right: 7px; +} + nav .navbar-collapse.in .generic-icons, nav .navbar-collapse.collapsing .generic-icons { color: $nav_active_icon_colour; diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index a389695ee..d4b4c19e8 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,6 +1,6 @@
@@ -10,17 +10,18 @@
{{/if}} - {{if $install || $update || $delete }} +
+ {{if $install || $update || $delete }} {{if $install}}{{/if}} {{if $edit}}{{/if}} {{if $delete}}{{/if}} + {{/if}}
{{/if}} - {{/if}} diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl index 310ab5f42..735c322e5 100644 --- a/view/tpl/navapps.tpl +++ b/view/tpl/navapps.tpl @@ -1,8 +1,8 @@ {{foreach $apps as $app}} -
  • {{if $app.icon}}{{else}}{{/if}}{{$app.name}}
  • +
  • {{if $app.icon}}{{else}}{{/if}}{{$app.name}}
  • {{/foreach}} {{if $localuser}}
  • -
  • Add Apps
  • +
  • Add Apps
  • {{/if}} -- cgit v1.2.3