File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ <h3>{{ lang('WARNING') }}</h3>
3232 < dl >
3333 < dt > < label > {{ lang('WEBPUSH_DROPDOWN_SUBSCRIBE') ~ lang('COLON') }}</ label > < br > < span > {{ lang('WEBPUSH_DROPDOWN_SUBSCRIBE_EXPLAIN') }}</ span > </ dt >
3434 < dd > < label > < input type ="radio " class ="radio " name ="config[wpn_webpush_dropdown_subscribe] " value ="1 " {% if S_WEBPUSH_DROPDOWN_SUBSCRIBE %}checked ="checked "{% endif %} > {{ lang('YES') }}</ label >
35- < label > < input type ="radio " class ="radio " name ="config[wpn_webpush_dropdown_subscribe] " value ="0 "{% if not S_WEBPUSH_DROPDOWN_SUBSCRIBE %} checked ="checked "{% endif %} > {{ lang('NO') }}</ label >
35+ < label > < input type ="radio " class ="radio " name ="config[wpn_webpush_dropdown_subscribe] " value ="0 "{% if not S_WEBPUSH_DROPDOWN_SUBSCRIBE %} checked ="checked "{% endif %} > {{ lang('NO') }}</ label > </ dd >
3636 </ dl >
3737 < dl >
3838 < dt > < label > {{ lang('WEBPUSH_METHOD_ENABLED') ~ lang('COLON') }}</ label > < br > < span > {{ lang('WEBPUSH_METHOD_ENABLED_EXPLAIN') }}</ span > </ dt >
3939 < dd > < label > < input type ="radio " class ="radio " name ="config[wpn_webpush_method_enabled] " value ="1 " {% if S_WEBPUSH_METHOD_ENABLED %}checked ="checked "{% endif %} > {{ lang('YES') }}</ label >
40- < label > < input type ="radio " class ="radio " name ="config[wpn_webpush_method_enabled] " value ="0 "{% if not S_WEBPUSH_METHOD_ENABLED %} checked ="checked "{% endif %} > {{ lang('NO') }}</ label >
40+ < label > < input type ="radio " class ="radio " name ="config[wpn_webpush_method_enabled] " value ="0 "{% if not S_WEBPUSH_METHOD_ENABLED %} checked ="checked "{% endif %} > {{ lang('NO') }}</ label > </ dd >
4141 </ dl >
4242 </ fieldset >
4343 < fieldset class ="submit-buttons ">
You can’t perform that action at this time.
0 commit comments