mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
32 lines
649 B
Smarty
32 lines
649 B
Smarty
<tr>
|
|
<td>
|
|
<label class="mainlabel" for="me_id_{{$field.0}}">{{$field.1}}</label>
|
|
<span class="field_abook_help">{{$field.6}}</span>
|
|
</td>
|
|
<td>
|
|
{{if $field.5}}
|
|
<span class="text-nowrap text-danger">
|
|
{{$inherited}}
|
|
{{if $field.7}}
|
|
<i class="bi bi-check-square"></i>
|
|
{{else}}
|
|
<i class="bi bi-square"></i>
|
|
{{/if}}
|
|
</span>
|
|
{{/if}}
|
|
</td>
|
|
<td>
|
|
{{if $is_system_role}}
|
|
{{if $field.3}}
|
|
<i class="bi bi-check-square"></i>
|
|
{{else}}
|
|
<i class="bi bi-square"></i>
|
|
{{/if}}
|
|
{{else}}
|
|
<input type="checkbox" name="{{$field.0}}" value="{{$field.4}}" {{if $field.3}}checked="checked"{{/if}} />
|
|
{{/if}}
|
|
|
|
</td>
|
|
|
|
</tr>
|