summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/server-prop-bool.html
blob: de7c990afd8ba867a20377648a6daa9b031ed6c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="list-group-item">
	<div class="row">
		<div class="col-md-3"><label for="prop-{{property}}">{{title}}</label></div>
		<div class="col-md-7">
			<input class="settings-bs-switch" id="prop-{{property}}" type="checkbox" name="prop-{{property}}" value="1"
					 {{#currentvalue}}checked{{/currentvalue}}>
		</div>
		<div class="col-md-2">
			{{#helptext}}
			<a class="btn btn-default" title="{{helptext}}">
				<span class="glyphicon glyphicon-question-sign"></span>
			</a>
			{{/helptext}}
		</div>
	</div>
</div>