summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-bool.html
blob: f430d02c45fe08217bead8a11a68875bbf1c83a5 (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>