1
0
Fork 0

Admin site page

This commit is contained in:
Fabio Comuni 2011-06-13 18:03:06 +02:00
commit ab27f1393e
10 changed files with 347 additions and 32 deletions

6
view/field_checkbox.tpl Normal file
View 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>