Skip to content
Snippets Groups Projects
Commit 4341cb3e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #1892 fix height of iframe

parent c3407f61
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ switch ($mode) {
. $_SESSION['config']['businessappurl']
. 'index.php?display=true&module=sendmail&page=mail_form&identifier='
. $identifier.'&origin=document&coll_id='.$collId.'&mode='.$mode.$parameters.'" '
. 'frameborder="0" width="100%" style="height:545px;padding:0px;overflow-x:hidden;overflow-y: auto;"></iframe>';
. 'frameborder="0" width="100%" style="height:540px;padding:0px;overflow-x:hidden;overflow-y: auto;"></iframe>';
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment