"do not show this message again checkbox" tool needed

Information

ID: 865
PHID: PHID-TASK-okx6byjhjvsyeu4lwwim
Author: Patrick
Status at Migration Time: open
Priority at Migration Time: Normal

Description

UPGRADE NOTICE!

Whonix 14 was be released on xxx xx, 2018.

Support for Whonix 13 will end on xxx xx, 2018.

Please visit … for more information.

Do not show this message again

OK


Perhaps add to generic_gui_message?

https://github.com/Whonix/msgcollector/blob/master/usr/lib/msgcollector/generic_gui_message


title="UPGRADE NOTICE!"

type="warning"

question=""

msg="<p>Whonix 14 was released on xxx xx, 2018.<br />
<br />
Support for Whonix 13 will end on xxx xx, 2018.<br />
<br />
Please visit <a href=https://www.whonix.org/wiki/Upgrading_Whonix_13_to_Whonix_14>https://www.whonix.org/wiki/Upgrading_Whonix_13_to_Whonix_14</a> for more information.</p>"

button="ok"

export title type question button

/usr/lib/msgcollector/generic_gui_message "$type" "$title" "$msg" "$question" "$button"

Comments