File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {% if NOTIFICATIONS_WEBPUSH_ENABLE and not notification_types|default and not notification_list|default %}
1+ {% if NOTIFICATIONS_WEBPUSH_ENABLE and notification_types is not defined and notification_list is not defined %}
22 < div class ="wpn-notification-dropdown-footer " title ="{{ lang('NOTIFY_WEBPUSH_DROPDOWN_TITLE') }} ">
33 < span class ="ellipsis-text "> {{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</ span >
44 < button id ="subscribe_webpush " name ="subscribe_webpush "> < i class ="icon fa-toggle-off fa-fw icon-lightgray "> </ i > < span > {{ lang('NOTIFY_WEBPUSH_SUBSCRIBE') }}</ span > </ button >
Original file line number Diff line number Diff line change 1- {% if NOTIFICATIONS_WEBPUSH_ENABLE %}
1+ {% if NOTIFICATIONS_WEBPUSH_ENABLE and notification_types is defined %}
22 < div class ="panel ">
33 < div class ="inner ">
44 < fieldset >
You can’t perform that action at this time.
0 commit comments