abook-edit-me class lost during some edit - we need this to reset the permission fields

This commit is contained in:
friendica 2014-08-21 01:41:15 -07:00
parent b4aed12129
commit a59a6fbd90
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2014-08-20.773 2014-08-21.774

View File

@ -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}} /> <input type="checkbox" name='them_{{$field.0}}' id='them_id_{{$field.0}}' value="1" disabled="disabled" {{if $field.2}}checked="checked"{{/if}} />
</td> </td>
<td class="abook-me"> <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>
<td> <td>
{{if $field.5}}<span class="permission-inherited">{{$inherited}}</span> {{/if}} {{if $field.5}}<span class="permission-inherited">{{$inherited}}</span> {{/if}}