From f512974c15bb0705706f4d2133fecc915600d048 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 18 Jan 2010 11:07:14 -0500 Subject: [PATCH] changeset 9238 461fd9e70f3c from Dokeos --- main/newscorm/lp_view.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php index 6cfe6fae88..9148e08789 100755 --- a/main/newscorm/lp_view.php +++ b/main/newscorm/lp_view.php @@ -320,8 +320,9 @@ if($_SESSION['oLP']->mode == 'fullscreen') { - -
+ +
+
get_html_toc(); ?> @@ -396,6 +397,9 @@ window.onload = function() { rightZoneHeightOccupied = docHeight - initialRightZoneHeight; document.body.style.overflow = 'hidden'; updateContentHeight(); + viewportheight = window.innerHeight; + document.getElementById('toc_id').style.height = viewportheight - 200 + "px"; + } window.onresize = updateContentHeight; @@ -510,8 +514,9 @@ window.onresize = updateContentHeight;
- -
+ +
+
get_html_toc(); ?> scorm_debug)) { //only show log ?> @@ -586,6 +591,9 @@ window.onload = function() { rightZoneHeightOccupied = docHeight - initialRightZoneHeight; document.body.style.overflow = 'hidden'; updateContentHeight(); + viewportheight = window.innerHeight; + document.getElementById('toc_id').style.height = viewportheight - 200 + "px"; + //loads the glossary library