summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/treepanel.html
blob: eccecb58ba9175a0b48f641371c5b57cdf5fc0ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="panel panel-primary tree-panel">
	<div class="panel-heading">
		<div class="checkbox">
			<input id="{{id}}" name="{{checkboxname}}[]" value="{{id}}" type="checkbox" class="master-checkbox" {{#selected}}checked{{/selected}} {{perms.roles.edit.disabled}}>
			<label for="{{id}}">{{name}}</label>
		</div>
	</div>
	<div class="panel-body">
		<div class="tree-container">
			{{{HTML}}}
		</div>
	</div>
</div>