summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/server-prop-generic.html
blob: 3c06585e723968ffae412de914751273cdc53bc4 (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>