Task #1153 - Boite de dialogue modale
#1153 Dialog box : implement alert + confirm_form
This commit is contained in:
parent
8888381f6f
commit
404aeebdb6
32 changed files with 284 additions and 249 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue