We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9af8d0 commit 78f7babCopy full SHA for 78f7bab
1 file changed
styles/prosilver/template/event/ucp_notifications_content_before.html
@@ -9,6 +9,7 @@
9
<input id="unsubscribe_webpush" type="submit" name="unsubscribe_webpush" value="{{ lang('NOTIFY_WEBPUSH_DISABLE') }}" class="wpn button1 button button-form hidden">
10
</dd>
11
</dl>
12
+ {% if S_WEBPUSH_POPUP_PROMPT %}
13
<dl>
14
<dt><label for="toggle_popup_prompt">{{ lang('NOTIFY_WEBPUSH_POPUP_DISABLE') ~ lang('COLON') }}</label><br><span>{{ lang('NOTIFY_WEBPUSH_POPUP_DISABLE_EXPLAIN') }}</span></dt>
15
<dd>
@@ -17,6 +18,7 @@
17
18
</button>
19
20
21
+ {% endif %}
22
</fieldset>
23
</div>
24
0 commit comments