[svn r10265] increase the size of the frame when editing an item in LP

skala
Eric Marguin 19 years ago
parent 85c8e7ea45
commit 6592968b17
  1. 2
      main/newscorm/learnpath.class.php

@ -4758,7 +4758,7 @@ class learnpath {
//TODO: add a path filter
if($iframe)
$return .= '<iframe frameborder="0" src="' . api_get_path(WEB_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path'] . '" style="background:#FFFFFF; border:1px solid #CCCCCC; height:400px; width:100%;"></iframe>';
$return .= '<iframe frameborder="0" src="' . api_get_path(WEB_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path'] . '" style="background:#FFFFFF; border:1px solid #CCCCCC; height:460px; width:100%;"></iframe>';
else
$return .= file_get_contents(api_get_path(SYS_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path']);

Loading…
Cancel
Save