Admin site page
This commit is contained in:
parent
f80521923d
commit
ab27f1393e
10 changed files with 347 additions and 32 deletions
6
view/field_checkbox.tpl
Normal file
6
view/field_checkbox.tpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
<div class='field checkbox'>
|
||||
<label for='id_$field.0'>$field.1</label>
|
||||
<input type="checkbox" name='$field.0' id='id_$field.0' {{ if $field.2 }}checked="true"{{ endif }}>
|
||||
<span class='field_help'>$field.3</span>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue