mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
email notifications not working - unable to change notification settings
This commit is contained in:
parent
55bbe2108a
commit
706b6e8c84
3 changed files with 16 additions and 15 deletions
6
view/field_intcheckbox.tpl
Normal file
6
view/field_intcheckbox.tpl
Normal 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' value="$field.3" {{ if $field.2 }}checked="true"{{ endif }}>
|
||||
<span class='field_help'>$field.4</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue