mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01: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(),
|
||||
modal: true,
|
||||
buttons: d_buttons,
|
||||
minWidth: dialog.outerWidth(true),
|
||||
close: function(event, ui) {
|
||||
// Need to destroy the dialog, etemplate widget needs divs back where they were
|
||||
dialog.dialog("destroy");
|
||||
|
Loading…
Reference in New Issue
Block a user