Index: lams_monitoring/web/monitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/monitor.jsp,v diff -u -r1.27.2.50 -r1.27.2.51 --- lams_monitoring/web/monitor.jsp 20 Apr 2017 07:41:20 -0000 1.27.2.50 +++ lams_monitoring/web/monitor.jsp 24 Apr 2017 01:25:45 -0000 1.27.2.51 @@ -3,43 +3,65 @@ <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-function" prefix="fn" %> -<%@ page import="org.lamsfoundation.lams.util.Configuration" import="org.lamsfoundation.lams.util.ConfigurationKeys" %> +<%@ taglib uri="tags-function" prefix="fn"%> +<%@ page import="org.lamsfoundation.lams.util.Configuration" + import="org.lamsfoundation.lams.util.ConfigurationKeys"%> - - - - - - - - - - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - + - + <%-- "loading..." screen, gets removed on page full load --%>
- + @@ -240,195 +263,249 @@
- - - - + + +

- -
- +

- +
-
+
+ +
- +
-
-
- - +
+ +
+
+ + +
- -
+ +
- + -
+ onClick="javascript:changeLessonState()" + title=''> + + +
- -
:
+ +
+ + : +
- + - - + + ${serverURL}/ - -
-
- - + +
+ +
+
+
-
:
+
+ + : +
-
- - - - - - - - +
+ + + + + + + +
- + -
:
+
+ + : +
-
- - - - +
-
+
-
+
+ +
- + - + - +
- +
- +
-
+
- + - + - -
+ +
- +
Index: lams_monitoring/web/css/monitorLesson.css =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/css/monitorLesson.css,v diff -u -r1.15.2.24 -r1.15.2.25 --- lams_monitoring/web/css/monitorLesson.css 20 Apr 2017 05:23:31 -0000 1.15.2.24 +++ lams_monitoring/web/css/monitorLesson.css 24 Apr 2017 01:25:55 -0000 1.15.2.25 @@ -58,6 +58,7 @@ .dialogContainer { display: none; -webkit-overflow-scrolling: touch !important; + overflow: auto; } .dialogContainer iframe { @@ -69,12 +70,14 @@ .dialogContainer .dialogList { overflow: auto; padding: 5px; + padding-bottom: 2px; } .dialogContainer .modal-body { height : 100%; max-height: calc(100% - 56px); padding: 10px; + overflow: auto; } div.dialogListItem { @@ -225,18 +228,22 @@ border: none; } -#classLearnerTable { - border-right: thin solid black; -} - #classLearnerTable #addAllLearnersButton { margin-right: 10px; } -#classMonitorTable { - margin-left: 10px; +#leftLearnerTable { + float: left; + width: 250px; + height: 100%; } +#rightMonitorTable { + margin-top: 4px; + height: 100%; + width: 250px; +} + .dialogSearchPhrase { width: 90%; } Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/includes/javascript/monitorLesson.js,v diff -u -r1.44.2.66 -r1.44.2.67 --- lams_monitoring/web/includes/javascript/monitorLesson.js 20 Apr 2017 07:30:58 -0000 1.44.2.66 +++ lams_monitoring/web/includes/javascript/monitorLesson.js 24 Apr 2017 01:25:33 -0000 1.44.2.67 @@ -103,7 +103,7 @@ // sets up dialog for editing class var classDialog = showDialog('classDialog',{ 'autoOpen' : false, - 'width' : 550, + 'width' : 510, 'title' : LABELS.LESSON_EDIT_CLASS, 'resizable' : true, 'open' : function(){