ソースを参照

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

Eric Marguin 18 年 前
コミット
d1b61522e7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      main/newscorm/learnpath.class.php

+ 1 - 1
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:460px; 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:475px; width:100%;"></iframe>';
 		else
 			$return .= file_get_contents(api_get_path(SYS_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path']);