aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_acheckbox.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/field_acheckbox.tpl')
-rw-r--r--view/tpl/field_acheckbox.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl
new file mode 100644
index 000000000..6b7bd274b
--- /dev/null
+++ b/view/tpl/field_acheckbox.tpl
@@ -0,0 +1,7 @@
+
+ <div class='field acheckbox'>
+ <label for='id_$field.0'>$field.1</label>
+ <input type="checkbox" class="abook-edit-them" name='$field.0' id='id_$field.0' value="1" disabled="disabled" {{ if $field.2 }}checked="checked"{{ endif }} />
+ <input type="checkbox" class="abook-edit-me" name='$field.0' id='id_$field.0' value="1" {{ if $field.2 }}checked="checked"{{ endif }} />
+ <span class='field_abook_help'>$field.3</span>
+ </div>