diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-28 22:42:02 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-28 22:42:02 +0200 |
commit | f9b342c87d4129c457244861b3b841cb9dfe139b (patch) | |
tree | 560803c195d165117d88d1cf941f27de396459bd /view/tpl/settings.tpl | |
parent | 5f7b2e7c173a45bcd0bd3f09ad1a6fe71b6ae4fb (diff) | |
download | volse-hubzilla-f9b342c87d4129c457244861b3b841cb9dfe139b.tar.gz volse-hubzilla-f9b342c87d4129c457244861b3b841cb9dfe139b.tar.bz2 volse-hubzilla-f9b342c87d4129c457244861b3b841cb9dfe139b.zip |
initial notifications support for new shared files and new (since initial site load) pubstream activity
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 6673e5815..3a8e31107 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -137,6 +137,10 @@ {{include file="field_intcheckbox.tpl" field=$vnotify8}} {{include file="field_intcheckbox.tpl" field=$vnotify9}} {{include file="field_intcheckbox.tpl" field=$vnotify11}} + {{include file="field_intcheckbox.tpl" field=$vnotify12}} + {{if $vnotify13}} + {{include file="field_intcheckbox.tpl" field=$vnotify13}} + {{/if}} {{include file="field_intcheckbox.tpl" field=$always_show_in_notices}} {{include file="field_input.tpl" field=$evdays}} </div> |