summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-generic.html
blob: ca8234fe4a9785698fbe5ade0d7781d514a5c286 (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="form-control" id="prop-{{property}}" type="{{inputtype}}" name="prop-{{property}}"
					 value="{{currentvalue}}">
		</div>
		<div class="col-sm-12 small text-muted spacebottop">
			{{helptext}}
		</div>
	</div>
</div>