Task #1153 - Boite de dialogue modale

#1153 Dialog box : implement alert + confirm_form
This commit is contained in:
Dany De Bontridder 2015-08-21 17:46:28 +02:00
parent 8888381f6f
commit 404aeebdb6
32 changed files with 284 additions and 249 deletions

View file

@ -25,6 +25,6 @@ function show_dbname(obj) {
this.document.getElementById('div_db').style.visibility= 'hidden';
}
} catch (e) {
alert(e.getMessage);
alert_box(e.getMessage);
}
}