diff options
author | friendica <info@friendica.com> | 2012-11-08 17:33:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-08 17:33:38 -0800 |
commit | c1b931549c762b90f6c6d67b604c8b0fc09c0a9f (patch) | |
tree | 5868a2f3527e151175c0563733bf82e8e8bd2fae /view/tpl/field_acheckbox.tpl | |
parent | 3d56ab227d03840928a9fcebb0a8508fe69f31b6 (diff) | |
download | volse-hubzilla-c1b931549c762b90f6c6d67b604c8b0fc09c0a9f.tar.gz volse-hubzilla-c1b931549c762b90f6c6d67b604c8b0fc09c0a9f.tar.bz2 volse-hubzilla-c1b931549c762b90f6c6d67b604c8b0fc09c0a9f.zip |
permissions and contact permissions are now sticky
Diffstat (limited to 'view/tpl/field_acheckbox.tpl')
-rw-r--r-- | view/tpl/field_acheckbox.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl index 6b7bd274b..b1edd782e 100644 --- a/view/tpl/field_acheckbox.tpl +++ b/view/tpl/field_acheckbox.tpl @@ -2,6 +2,6 @@ <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> + <input type="checkbox" class="abook-edit-me" name='$field.0' id='id_$field.0' value="$field.4" {{ if $field.3 }}checked="checked"{{ endif }} {{ if $field.5 }} disabled="disabled" {{ endif }}/> + <span class='field_abook_help'>$field.6</span> </div> |