summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-generic.html
blob: 9e94c23decf308ec0f4cd0987c88d01d2fda08f1 (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}}
				<a class="btn btn-default" title="{{helptext}}">
					<span class="glyphicon glyphicon-question-sign"></span>
				</a>
			{{/helptext}}
		</div>
	</div>
</div>