blob: 9e94c23decf308ec0f4cd0987c88d01d2fda08f1 (
plain) (
tree)
|
|
<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>
|