disable the inherited checkboxes for notself
This commit is contained in:
parent
cc1764989f
commit
4fe64179c8
@ -9,7 +9,7 @@
|
|||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<td class="abook-me">
|
<td class="abook-me">
|
||||||
<input type="checkbox" name='{{$field.0}}' class='abook-edit-me' 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}}{{if $field.5 && $notself}} disabled="disabled"{{/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}}
|
||||||
|
Reference in New Issue
Block a user