From 80f2ba640ec528bd43db243122a69e765703b7c0 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 24 May 2016 20:49:23 -0700 Subject: code cleanup --- view/tpl/atom_feed.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl index 9e5b5a5be..37eaf954a 100755 --- a/view/tpl/atom_feed.tpl +++ b/view/tpl/atom_feed.tpl @@ -13,7 +13,7 @@ {{$feed_id}} {{$feed_title}} - {{$red}} + {{$red}} {{if $hub}} -- cgit v1.2.3 From 9908a7193ae9ef79536540693e505a9c2d813425 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 25 May 2016 14:31:58 +0200 Subject: remove the add others button for now - after some research it turned out not beeing so useful --- view/tpl/acl_selector.tpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 1711cee8a..60fae0a29 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -19,10 +19,6 @@ -
- -
- {{if $showallOrigin}}
 {{$showallOrigin}} -- cgit v1.2.3 From 66b6f8c0ff39df0b50ae2cc374659b46defc924f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 25 May 2016 17:30:15 -0700 Subject: app rendering issues, typo in class name and could not find icon 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead --- view/tpl/app.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 20a1337c7..3e6b71b29 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -14,7 +14,7 @@
- {{if $install}}{{/if}} + {{if $install}}{{/if}} {{if $edit}}{{/if}} {{if $delete}}{{/if}}
-- cgit v1.2.3