aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/field_acheckbox.tpl
blob: f5dda4cc0cf23bc79dfd3bdc755d0be9bc7904db (plain) (tree)
1
2
3
4
5
6
                                     
                                                                 
                                                                                                                                                                                          
                                                                                                                                                                                                                                                        
                                                                  
              
	<div class='field acheckbox'>
		<label for='id_{{$field.0}}'>{{$field.1}}</label>
		<input type="checkbox" class="abook-edit-them" name='them_{{$field.0}}' id='them_id_{{$field.0}}' value="1" disabled="disabled" {{if $field.2}}checked="checked"{{/if}} />
		<input type="checkbox" class="abook-edit-me" name='{{$field.0}}' id='me_id_{{$field.0}}' value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} />{{if $field.5}} <span class="permission-inherited">{{$inherited}}</span> {{/if}}
		<span class='field_abook_help'>{{$field.6}}</span>
	</div>