aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-13 14:29:09 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-13 14:29:09 +0200
commit4f69bcfc38290db87c97645e311fda7a48e1468e (patch)
tree188cec0dcb5a4220bc6a234e394f8e1943d06730 /view
parent4135a1021163d8f7c1fe9226a81a603f24f4b65f (diff)
downloadvolse-hubzilla-4f69bcfc38290db87c97645e311fda7a48e1468e.tar.gz
volse-hubzilla-4f69bcfc38290db87c97645e311fda7a48e1468e.tar.bz2
volse-hubzilla-4f69bcfc38290db87c97645e311fda7a48e1468e.zip
streamline appearence of guest tokens individual perms with those in connedit
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/field_acheckbox.tpl5
1 files changed, 3 insertions, 2 deletions
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 @@
</td>
{{if $notself}}
<td class="abook-them">
- {{if $field.2}}<i class="fa fa-check-square-o"></i>{{else}}<i class="fa fa-square-o"></i>{{/if}}
+ {{if $field.2 === 1}}<i class="fa fa-check-square-o"></i>{{/if}}
+ {{if $field.2 === 0}}<i class="fa fa-square-o"></i>{{/if}}
</td>
{{/if}}
<td class="abook-me">
- {{if $self || !$field.5 || $twocol }}
+ {{if $self || !$field.5 }}
<input type="checkbox" name='{{$field.0}}' class='abook-edit-me' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} />
{{/if}}
{{if $notself && $field.5}}