summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/templates/role-filter-selectize.html
blob: ceadec75eaed9a4d6c0d67d5d8f5c462a3ef82a8 (plain) (blame)
1
2
3
4
5
6
<select multiple id="select-role">
	<option value>{{lang_selectizePlaceholder}}</option>
	{{#allroles}}
		<option value="{{roleid}}">{{rolename}}</option>
	{{/allroles}}
</select>