mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Pre-set min-width of auto-dialog to honor specific sizing
This commit is contained in:
parent
a81aaefbe3
commit
ea79585b23
@ -305,6 +305,7 @@ function nm_open_popup(_action, _ids)
|
|||||||
title: jQuery('.promptheader',popup).text(),
|
title: jQuery('.promptheader',popup).text(),
|
||||||
modal: true,
|
modal: true,
|
||||||
buttons: d_buttons,
|
buttons: d_buttons,
|
||||||
|
minWidth: dialog.outerWidth(true),
|
||||||
close: function(event, ui) {
|
close: function(event, ui) {
|
||||||
// Need to destroy the dialog, etemplate widget needs divs back where they were
|
// Need to destroy the dialog, etemplate widget needs divs back where they were
|
||||||
dialog.dialog("destroy");
|
dialog.dialog("destroy");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user