From 4f69bcfc38290db87c97645e311fda7a48e1468e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 13 May 2018 14:29:09 +0200 Subject: streamline appearence of guest tokens individual perms with those in connedit --- view/tpl/field_acheckbox.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl index c87b9ac79..1810e1ee1 100755 --- a/view/tpl/field_acheckbox.tpl +++ b/view/tpl/field_acheckbox.tpl @@ -5,11 +5,12 @@ {{if $notself}} - {{if $field.2}}{{else}}{{/if}} + {{if $field.2 === 1}}{{/if}} + {{if $field.2 === 0}}{{/if}} {{/if}} - {{if $self || !$field.5 || $twocol }} + {{if $self || !$field.5 }} {{/if}} {{if $notself && $field.5}} -- cgit v1.2.3