From 9bd38bb45f937d8eb1fca9634eced811362434b6 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 24 Feb 2011 00:13:42 +0000 Subject: [PATCH] Resize popup if step changes size --- importexport/inc/class.importexport_definitions_ui.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_definitions_ui.inc.php b/importexport/inc/class.importexport_definitions_ui.inc.php index 2129c212b0..be04518b0f 100644 --- a/importexport/inc/class.importexport_definitions_ui.inc.php +++ b/importexport/inc/class.importexport_definitions_ui.inc.php @@ -274,7 +274,9 @@ class importexport_definitions_ui $this->response->addScript($onload); } $this->response->addAssign('picturebox', 'style.display', 'none'); - $this->response->addScript("set_style_by_class('div','popupManual','display','inline');"); + $this->response->addScript("set_style_by_class('div','popupManual','display','inline'); + popup_resize(); + "); return $this->response->getXML(); }