Feature #60694
Scalix 12.6 SWA - Replace Javascript alerts with html pop-up dialogs
Start date:
09/13/2016
Due date:
% Done:
100%
Estimated time:
Operation System:
--
Description
As a matter of fact jscript alert is quite "old style" and should be kept only for debug purposes (like console.log).
This due to the fact that especially chrome (mostly used), for every pop-up dialog, places a check box which, if clicked, prevents further messages from being displayed.
A more modern "html pop-up" is highly needed.
Files
History
Updated by Alexey Bobyr over 2 years ago
- File Screenshot_20180620_080531.png Screenshot_20180620_080531.png added
- File Screenshot_20180620_080647.png Screenshot_20180620_080647.png added
draft .
before
after
Updated by Alexey Bobyr over 2 years ago
- File Screenshot_20180621_092946.png Screenshot_20180621_092946.png added
- File Screenshot_20180621_095056.png Screenshot_20180621_095056.png added
- % Done changed from 0 to 80
more or less final version
confirm dialog
alert
Updated by Alexey Bobyr over 2 years ago
- Status changed from New to Feedback
- Target version changed from 13.0 to Unspecified
- % Done changed from 80 to 100
new translations.
en_EN
<string id="modal_title_info">Info</string> <string id="modal_title_error">Error</string> <string id="modal_title_alert">Alert</string> <string id="modal_title_confirm">Confirm</string>
ru_RU
<string id="modal_title_info">Информация</string> <string id="modal_title_error">Oшибка</string> <string id="modal_title_alert">Тревога</string> <string id="modal_title_confirm">Подтверждение</string>
de_DE
<string id="modal_title_info">Info</string> <string id="modal_title_error">Fehler</string> <string id="modal_title_alert">Aufmerksam</string> <string id="modal_title_confirm">Bestätigen</string>
it_IT
<string id="modal_title_info">Informazioni</string> <string id="modal_title_error">Errore</string> <string id="modal_title_alert">Mettere in guardia</string> <string id="modal_title_confirm">Confermare</string>
es_ES
<string id="modal_title_info">Información</string> <string id="modal_title_error">Error</string> <string id="modal_title_alert">Alerta</string> <string id="modal_title_confirm">Confirmar</string>
pt_BR
<string id="modal_title_info">Información</string> <string id="modal_title_error">Error</string> <string id="modal_title_alert">Alerta</string> <string id="modal_title_confirm">Confirmar</string>
Updated by Alexey Bobyr over 2 years ago
- Status changed from Feedback to Resolved
- Target version changed from Unspecified to 13.0
branch 'next' with next release it will by default.