diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-11 11:49:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-11 11:49:33 +0200 |
commit | fee258edbe0fe20b9c5ba66968fabe15699c6458 (patch) | |
tree | 9e9164680d629537ae6d629e2fc4699bdab24986 /view/tpl/settings.tpl | |
parent | e294dfa7602d6283a776625167deeb84d11cf2e0 (diff) | |
download | volse-hubzilla-fee258edbe0fe20b9c5ba66968fabe15699c6458.tar.gz volse-hubzilla-fee258edbe0fe20b9c5ba66968fabe15699c6458.tar.bz2 volse-hubzilla-fee258edbe0fe20b9c5ba66968fabe15699c6458.zip |
allow to toggle visibility of likes/dislikes in notifications
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 0055fa265..d258f1992 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -145,6 +145,7 @@ {{if $vnotify13}} {{include file="field_intcheckbox.tpl" field=$vnotify13}} {{/if}} + {{include file="field_intcheckbox.tpl" field=$vnotify14}} {{include file="field_intcheckbox.tpl" field=$always_show_in_notices}} {{include file="field_input.tpl" field=$evdays}} </div> |