Index: lams_gradebook/web/gradebookCourseMonitor.jsp
===================================================================
diff -u -r70e6fe3062072e2c6188217c562a4f33f0838604 -r6e5015d036550bcae770b2125000995c79c3dea2
--- lams_gradebook/web/gradebookCourseMonitor.jsp (.../gradebookCourseMonitor.jsp) (revision 70e6fe3062072e2c6188217c562a4f33f0838604)
+++ lams_gradebook/web/gradebookCourseMonitor.jsp (.../gradebookCourseMonitor.jsp) (revision 6e5015d036550bcae770b2125000995c79c3dea2)
@@ -53,7 +53,7 @@
// Create the lesson view grid with sub grid for users
jQuery("#organisationGrid").jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
caption: "",
@@ -97,7 +97,7 @@
subgrid_table_id = subgrid_id+"_t";
jQuery("#"+subgrid_id).html("
");
jQuery("#"+subgrid_table_id).jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
datatype: "xml",
@@ -185,7 +185,7 @@
// Create the user view grid with sub grid for lessons
jQuery("#userView").jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
caption: "",
@@ -221,7 +221,7 @@
subgrid_table_id = subgrid_id+"_t";
jQuery("#"+subgrid_id).html("");
jQuery("#"+subgrid_table_id).jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
datatype: "xml",
@@ -389,7 +389,7 @@
});
function openSelectLessonsArea() {
- $("#select-lessons-area").toggle();
+ $("#select-lessons-area").toggleclass("hidden");
if ( hideShowLessonCheckboxes() ) {
document.getElementById("selectLessonsShown").style.display="inline";
document.getElementById("selectLessonsNotShown").style.display="none";
@@ -401,7 +401,7 @@
}
// only show the selection checkboxes when the select lesson for export is shown
- // returns true if checkboxes are shown
+ // returns true if checkboxes are shown. Relies on the .hidden class.
function hideShowLessonCheckboxes() {
if ( $("#select-lessons-area").css('display') == 'none' ) {
jQuery("#organisationGrid").jqGrid('hideCol', 'cb');
@@ -431,23 +431,25 @@
-
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+