mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
Resize popup if step changes size
This commit is contained in:
parent
6f3f512623
commit
9bd38bb45f
@ -274,7 +274,9 @@ class importexport_definitions_ui
|
|||||||
$this->response->addScript($onload);
|
$this->response->addScript($onload);
|
||||||
}
|
}
|
||||||
$this->response->addAssign('picturebox', 'style.display', 'none');
|
$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();
|
return $this->response->getXML();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user