summaryrefslogblamecommitdiffstats
path: root/modules-available/permissionmanager/templates/treenode.html
blob: 43509237481a9ec88671f75c564577524fd25bd9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                              












                                                                                                                                                   
{{#toplevel}}<ul>{{/toplevel}}
<li title="{{description}}" data-toggle="tooltip" data-placement="left">
	<div class='checkbox'>
		<input id="{{id}}" name="{{checkboxname}}[]" value="{{id}}" type="checkbox" class="form-control" {{#selected}}checked{{/selected}}>
		<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}}