Index: lams_gradebook/web/gradebookCourseMonitor.jsp =================================================================== diff -u -rfe19797ec82718905555353176ed719bec11043e -r87c236112358ed9c229876a63816b5e14b17f2af --- lams_gradebook/web/gradebookCourseMonitor.jsp (.../gradebookCourseMonitor.jsp) (revision fe19797ec82718905555353176ed719bec11043e) +++ lams_gradebook/web/gradebookCourseMonitor.jsp (.../gradebookCourseMonitor.jsp) (revision 87c236112358ed9c229876a63816b5e14b17f2af) @@ -72,11 +72,11 @@ multiPageSelection : true, colNames:[ '', - "", - "", - "", - "", - "" + "", + "", + "", + "", + "" ], colModel:[ {name:'id', index:'id', sortable:false, editable:false, hidden:true, search:false, hidedlg:true}, @@ -88,7 +88,7 @@ ], loadError: function(xhr,st,err) { jQuery("#organisationGrid").clearGridData(); - alert(""); + alert(""); }, subGrid: true, subGridRowExpanded: function(subgrid_id, row_id) { @@ -114,13 +114,13 @@ rowNum:10, colNames: [ '', - "", - "", - "", - "", - "", - "", - "", + "", + "", + "", + "", + "", + "", + "", 'portraitId' ], colModel:[ @@ -136,7 +136,7 @@ ], loadError: function(xhr,st,err) { jQuery("#"+subgrid_table_id).clearGridData(); - alert(""); + alert(""); }, formatCell: function(rowid, cellname,value, iRow, iCol) { if (cellname == "mark") { @@ -188,7 +188,7 @@ guiStyle: "bootstrap", iconSet: 'fontAwesome', autoencode:false, - caption: "", + caption: "", datatype: "xml", url: "gradebook/gradebook/getUserGridData.do?view=listView&organisationID=${organisationID}", height: "100%", @@ -202,7 +202,7 @@ rowNum:10, colNames:[ '', - "", + "", 'portraitId' ], colModel:[ @@ -212,7 +212,7 @@ ], loadError: function(xhr,st,err) { jQuery("#userView").clearGridData(); - alert(""); + alert(""); }, subGrid: true, subGridRowExpanded: function(subgrid_id, row_id) { @@ -236,16 +236,16 @@ cellurl: "", //will be updated dynamically colNames: [ '', - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" ], colModel: [ {name:'id', index:'id', sortable:false, editable:false, hidden:true, search:false, hidedlg:true}, @@ -262,7 +262,7 @@ ], loadError: function(xhr,st,err) { jQuery("#"+subgrid_table_id).clearGridData(); - alert(""); + alert(""); }, formatCell: function(rowid, cellname,value, iRow, iCol) { if (cellname == "mark") { @@ -302,7 +302,7 @@ var currRowData = jQuery("#"+subgrid_table_id).getRowData(rowid); if (currRowData['marksAvailable'] != null && currRowData['marksAvailable'] != "") { if (parseFloat(value) > parseFloat(currRowData['marksAvailable'])){ - displayCellErrorMessage(jQuery("#"+subgrid_table_id)[0], iRow, iCol, "", "", ""); + displayCellErrorMessage(jQuery("#"+subgrid_table_id)[0], iRow, iCol, "", "", ""); jQuery("#"+subgrid_table_id).restoreCell( iRow, iCol); throw("Mark must be lower than maximum mark"); } @@ -327,7 +327,7 @@ $("#organisationGrid").trigger("reloadGrid"); }, errorCell: function(serverresponse, status) { - alert(""); + alert(""); }, gridComplete: function(){ processLessonDateFields( lessonDatesHidden, jQuery("#"+subgrid_table_id) );