Revision f60f9181
Added by Benjamin Dauvergne over 12 years ago
calebasse/static/js/calebasse.agenda.js | ||
---|---|---|
410 | 410 |
$("#rdv form").submit(); |
411 | 411 |
}; |
412 | 412 |
$(this).dialog({title: title, |
413 |
modal: true, |
|
413 | 414 |
width: width, |
414 | 415 |
buttons: [ |
415 | 416 |
{ text: btn_text, |
calebasse/static/js/calebasse.dialog.js | ||
---|---|---|
53 | 53 |
success: onsuccess, |
54 | 54 |
}); |
55 | 55 |
$(this).dialog({title: title, |
56 |
modal: true, |
|
56 | 57 |
width: width, |
57 | 58 |
buttons: [ { text: "Annuler", |
58 | 59 |
id: "close-btn", |
Also available in: Unified diff
agenda: make all dialogs modal
It's more logical since we disable part of the interface when they are open (to prevent multiple clicks).