aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_acheckbox.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-21 01:41:15 -0700
committerfriendica <info@friendica.com>2014-08-21 01:41:15 -0700
commita59a6fbd90d115cf9e9836c986c81541a88697ee (patch)
tree55f499ebec38276e2d055d07788a18bafbb7d74d /view/tpl/field_acheckbox.tpl
parentb4aed1212930e40377665dc45271f2b1f428511f (diff)
downloadvolse-hubzilla-a59a6fbd90d115cf9e9836c986c81541a88697ee.tar.gz
volse-hubzilla-a59a6fbd90d115cf9e9836c986c81541a88697ee.tar.bz2
volse-hubzilla-a59a6fbd90d115cf9e9836c986c81541a88697ee.zip
abook-edit-me class lost during some edit - we need this to reset the permission fields
Diffstat (limited to 'view/tpl/field_acheckbox.tpl')
-rwxr-xr-xview/tpl/field_acheckbox.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl
index 342491ded..89de170b7 100755
--- a/view/tpl/field_acheckbox.tpl
+++ b/view/tpl/field_acheckbox.tpl
@@ -6,7 +6,7 @@
<input type="checkbox" name='them_{{$field.0}}' id='them_id_{{$field.0}}' value="1" disabled="disabled" {{if $field.2}}checked="checked"{{/if}} />
</td>
<td class="abook-me">
- <input type="checkbox" name='{{$field.0}}' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} />
+ <input type="checkbox" name='{{$field.0}}' class='abook-edit-me' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} />
</td>
<td>
{{if $field.5}}<span class="permission-inherited">{{$inherited}}</span> {{/if}}