summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-generic.html
blob: 23ff1e4ef1f37e72adbe411c537064a5e4f96dca (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="form-control" id="prop-{{property}}" type="{{inputtype}}" name="prop-{{property}}"
					 value="{{currentvalue}}">
		</div>
		<div class="col-md-2">
			{{#helptext}}
				<p class="btn btn-static" title="{{helptext}}">
					<span class="glyphicon glyphicon-question-sign"></span>
				</p>
			{{/helptext}}
		</div>
	</div>
</div>