summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/treenode.html
blob: f8ee3df57fecbd42b6efc79ad31573553573409f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{#toplevel}}<ul>{{/toplevel}}
<li {{#description}}title="{{description}}" data-toggle="tooltip" data-placement="left"{{/description}}>
	<div class='checkbox'>
		<input id="{{id}}" name="{{checkboxname}}[]" value="{{id}}" type="checkbox" {{#selected}}checked{{/selected}} {{edit_disabled}} {{perms.roles.edit.disabled}}>
		<label for="{{id}}">
			{{name}}
			{{#location-aware}}<span class="glyphicon glyphicon-home text-muted"></span>{{/location-aware}}
		</label>
	</div>
	<ul>
		{{{HTML}}}
	</ul>
</li>
{{#toplevel}}</ul>{{/toplevel}}