Resize popup if step changes size

This commit is contained in:
Nathan Gray 2011-02-24 00:13:42 +00:00
parent 6f3f512623
commit 9bd38bb45f

View File

@ -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();
}