e7834e60f8
Add tabs to switch user settings/plugin settings Add new field templates 'custom', 'password', radio' and 'yesno' Update main.js to support advanced fileds Update duepuntozero, dispy e loozah themes
7 lines
239 B
Smarty
7 lines
239 B
Smarty
|
|
<div class='field checkbox'>
|
|
<label for='id_$field.0'>$field.1</label>
|
|
<input type="checkbox" name='$field.0' id='id_$field.0' value="1" {{ if $field.2 }}checked="true"{{ endif }}>
|
|
<span class='field_help'>$field.3</span>
|
|
</div>
|