diff options
author | Friendika <info@friendika.com> | 2011-07-12 05:09:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-12 05:09:07 -0700 |
commit | 706b6e8c84be332ff8310fffe13c83e784e46904 (patch) | |
tree | e27cd5322a953a925a21381f5cf84f2b02ffef11 /view/field_intcheckbox.tpl | |
parent | 55bbe2108abeb69d55eb2fa8a9a472af7b2251b1 (diff) | |
download | volse-hubzilla-706b6e8c84be332ff8310fffe13c83e784e46904.tar.gz volse-hubzilla-706b6e8c84be332ff8310fffe13c83e784e46904.tar.bz2 volse-hubzilla-706b6e8c84be332ff8310fffe13c83e784e46904.zip |
email notifications not working - unable to change notification settings
Diffstat (limited to 'view/field_intcheckbox.tpl')
-rw-r--r-- | view/field_intcheckbox.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/field_intcheckbox.tpl b/view/field_intcheckbox.tpl new file mode 100644 index 000000000..47a513a55 --- /dev/null +++ b/view/field_intcheckbox.tpl @@ -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' value="$field.3" {{ if $field.2 }}checked="true"{{ endif }}> + <span class='field_help'>$field.4</span> + </div> |