summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/templates/server-prop-bool.html
blob: bd9dcc64a2d32081e8b75fd884d90f6f878bc145 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                                                   
                                                                               
                                                                                               
                                    


                                     
      
<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}}
				<p class="btn btn-static" title="{{helptext}}">
					<span class="glyphicon glyphicon-question-sign"></span>
				</p>
			{{/helptext}}
		</div>
	</div>
</div>