Never show close buttons in modal dialogs, this is not needed

This commit is contained in:
Bernd Bestel
2019-09-24 10:24:47 +02:00
parent e727a38071
commit 3b29110500
24 changed files with 33 additions and 3 deletions

View File

@@ -137,6 +137,7 @@ $(document).on('click', '.delete-task-button', function (e)
bootbox.confirm({
message: __t('Are you sure to delete task "%s"?', objectName),
closeButton: false,
buttons: {
confirm: {
label: __t('Yes'),