diff options
author | Mario <mario@mariovavti.com> | 2021-06-25 10:53:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-25 10:53:37 +0000 |
commit | 4f328740dc5f2492b33ee2953e8bad2b84b98243 (patch) | |
tree | 7371e71618477164895830f702f4a6f504d8fc4a /view/tpl | |
parent | 2f1c2f42b1e27e5ae7fc7f82f6118517d087fdba (diff) | |
download | volse-hubzilla-4f328740dc5f2492b33ee2953e8bad2b84b98243.tar.gz volse-hubzilla-4f328740dc5f2492b33ee2953e8bad2b84b98243.tar.bz2 volse-hubzilla-4f328740dc5f2492b33ee2953e8bad2b84b98243.zip |
more work on notifications
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/settings.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index c0808272d..e185707a8 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -106,7 +106,12 @@ <div class="section-content-tools-wrapper"> <div id="settings-notifications"> - {{include file="field_input.tpl" field=$mailhost}} + <div id="desktop-notifications-info" class="section-content-warning-wrapper" style="display: none;"> + {{$desktop_notifications_info}}<br> + <a id="desktop-notifications-request" href="#">{{$desktop_notifications_request}}</a> + </div> + + {{include file="field_input.tpl" field=$mailhost}} <h3>{{$activity_options}}</h3> <div class="group"> |