frio: add settings.tpl
This commit is contained in:
parent
5fc0f06786
commit
f2ad8dd1d4
2 changed files with 316 additions and 0 deletions
7
view/theme/frio/templates/field_intcheckbox.tpl
Normal file
7
view/theme/frio/templates/field_intcheckbox.tpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
<div class="form-group field checkbox">
|
||||
<input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3|escape:'html'}}" {{if $field.2}}checked="checked"{{/if}} aria-describedby='{{$field.0}}_tip'>
|
||||
<label for="id_{{$field.0}}">{{$field.1}}</label>
|
||||
<span class="help-block" role="tooltip">{{$field.4}}</span>
|
||||
</div>
|
||||
<div class="clear"></div>
|
Loading…
Add table
Add a link
Reference in a new issue