diff options
author | Mario <mario@mariovavti.com> | 2021-09-18 18:06:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-18 18:06:32 +0000 |
commit | 5497adfde6e1df941d42bb8fb6e18b261402716e (patch) | |
tree | 6f6f0839ed5e6ba6bd5e67942c328811d76fbb67 /view | |
parent | d4c2e502858dd43672e7a24b41f3533fbbc18bdf (diff) | |
download | volse-hubzilla-5497adfde6e1df941d42bb8fb6e18b261402716e.tar.gz volse-hubzilla-5497adfde6e1df941d42bb8fb6e18b261402716e.tar.bz2 volse-hubzilla-5497adfde6e1df941d42bb8fb6e18b261402716e.zip |
add option to mark all notices of a thread read if a notice of the thread is clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
Diffstat (limited to 'view')
-rw-r--r-- | 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 a3e68f60a..27e9d5d60 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -154,6 +154,7 @@ {{include file="field_intcheckbox.tpl" field=$vnotify14}} {{include file="field_intcheckbox.tpl" field=$vnotify15}} {{include file="field_intcheckbox.tpl" field=$always_show_in_notices}} + {{include file="field_intcheckbox.tpl" field=$update_notices_per_parent}} {{include file="field_input.tpl" field=$evdays}} </div> </div> |