summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-bool.html
blob: ee2b812164cf9d881f7b7291208f9ef135309582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="list-group-item">
	<div class="row">
		<div class="col-md-4"><label for="prop-{{property}}">{{title}}</label></div>
		<div class="col-md-8">
			<input class="settings-bs-switch" id="prop-{{property}}" type="checkbox" name="prop-{{property}}" value="1"
					 {{#currentvalue}}checked{{/currentvalue}}>
		</div>
		<div class="col-sm-12 small text-muted spacebottop">
			{{helptext}}
		</div>
	</div>
</div>