Index: lams_gradebook/web/gradebookMonitor.jsp
===================================================================
diff -u -r792ae1ed9da7ded5d47e0038fc593f8c38d7f203 -r6e5015d036550bcae770b2125000995c79c3dea2
--- lams_gradebook/web/gradebookMonitor.jsp (.../gradebookMonitor.jsp) (revision 792ae1ed9da7ded5d47e0038fc593f8c38d7f203)
+++ lams_gradebook/web/gradebookMonitor.jsp (.../gradebookMonitor.jsp) (revision 6e5015d036550bcae770b2125000995c79c3dea2)
@@ -126,7 +126,7 @@
// Create the user view grid with sub grid for activities
jQuery("#userView").jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
caption: "",
@@ -185,7 +185,7 @@
hasArchivedMarks = rowData["hasArchivedMarks"] == "true";
jQuery("#"+subgrid_id).html("
");
jQuery("#"+subgrid_table_id).jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
datatype: "xml",
@@ -381,7 +381,7 @@
activityID = rowData["id"].split("_")[0];
jQuery("#"+subgrid_id).html("");
jQuery("#"+subgrid_table_id).jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
autowidth: true,
@@ -434,7 +434,7 @@
// Creating activity view with sub learner view
jQuery("#activityView").jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
caption: "",
@@ -479,7 +479,7 @@
jQuery("#"+subgrid_id).html("");
jQuery("#"+subgrid_table_id).jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
datatype: "xml",
@@ -610,7 +610,7 @@
userID = nameParts[3];
jQuery("#"+subgrid_id).html("");
jQuery("#"+subgrid_table_id).jqGrid({
- guiStyle: "bootstrap",
+ guiStyle: "bootstrap4",
iconSet: 'fontAwesome',
autoencode:false,
datatype: "xml",
@@ -732,19 +732,45 @@
-
+
+
+
+
+