aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_acheckbox.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-16 21:41:07 -0700
committerfriendica <info@friendica.com>2012-08-16 21:41:07 -0700
commita7c1c22a2a9a5088f0961556bf58e4177005043d (patch)
tree144dd415edd325341a88cbdd7f0dbb26c82bf7ee /view/tpl/field_acheckbox.tpl
parent57cf80754d7ad2037ea144369111a624ec5ffcb3 (diff)
downloadvolse-hubzilla-a7c1c22a2a9a5088f0961556bf58e4177005043d.tar.gz
volse-hubzilla-a7c1c22a2a9a5088f0961556bf58e4177005043d.tar.bz2
volse-hubzilla-a7c1c22a2a9a5088f0961556bf58e4177005043d.zip
new contact edit mockup - verdict: too complicated, must simplify
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>