Index: lams_tool_laqa/web/learning/LearnerRep.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r41d085956bd96f7c50877320a5eec6b496e0cea2 --- lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_laqa/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision 41d085956bd96f7c50877320a5eec6b496e0cea2) @@ -122,13 +122,7 @@ } }, container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})',// possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} - // if true, the table will remain the same height no matter how many records are displayed. The space is made up by an empty - // table row set to a height to compensate; default is false - fixedHeight: true, - // remove rows from the table to speed up the sort of large tables. - // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. - removeRows: false, + output: '{startRow} to {endRow} ({totalRows})', // css class names of pager arrows cssNext: '.tablesorter-next', // next page arrow cssPrev: '.tablesorter-prev', // previous page arrow Index: lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r41d085956bd96f7c50877320a5eec6b496e0cea2 --- lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 41d085956bd96f7c50877320a5eec6b496e0cea2) @@ -125,13 +125,7 @@ } }, container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})',// possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} - // if true, the table will remain the same height no matter how many records are displayed. The space is made up by an empty - // table row set to a height to compensate; default is false - fixedHeight: true, - // remove rows from the table to speed up the sort of large tables. - // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. - removeRows: false, + output: '{startRow} to {endRow} ({totalRows})', // css class names of pager arrows cssNext: '.tablesorter-next', // next page arrow cssPrev: '.tablesorter-prev', // previous page arrow Index: lams_tool_laqa/web/learning/mobile/LearnerRep.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r41d085956bd96f7c50877320a5eec6b496e0cea2 --- lams_tool_laqa/web/learning/mobile/LearnerRep.jsp (.../LearnerRep.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_laqa/web/learning/mobile/LearnerRep.jsp (.../LearnerRep.jsp) (revision 41d085956bd96f7c50877320a5eec6b496e0cea2) @@ -127,13 +127,7 @@ } }, container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})',// possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} - // if true, the table will remain the same height no matter how many records are displayed. The space is made up by an empty - // table row set to a height to compensate; default is false - fixedHeight: true, - // remove rows from the table to speed up the sort of large tables. - // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. - removeRows: false, + output: '{startRow} to {endRow} ({totalRows})', // css class names of pager arrows cssNext: '.tablesorter-next', // next page arrow cssPrev: '.tablesorter-prev', // previous page arrow Index: lams_tool_laqa/web/learning/mobile/RevisitedLearnerRep.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r41d085956bd96f7c50877320a5eec6b496e0cea2 --- lams_tool_laqa/web/learning/mobile/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_laqa/web/learning/mobile/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 41d085956bd96f7c50877320a5eec6b496e0cea2) @@ -128,13 +128,7 @@ } }, container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})',// possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} - // if true, the table will remain the same height no matter how many records are displayed. The space is made up by an empty - // table row set to a height to compensate; default is false - fixedHeight: true, - // remove rows from the table to speed up the sort of large tables. - // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. - removeRows: false, + output: '{startRow} to {endRow} ({totalRows})', // css class names of pager arrows cssNext: '.tablesorter-next', // next page arrow cssPrev: '.tablesorter-prev', // previous page arrow Index: lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp =================================================================== diff -u -r4606a90972c3824568c8f9648f3ffaf47030ed7d -r41d085956bd96f7c50877320a5eec6b496e0cea2 --- lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 4606a90972c3824568c8f9648f3ffaf47030ed7d) +++ lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 41d085956bd96f7c50877320a5eec6b496e0cea2) @@ -148,14 +148,12 @@ rows += ''; rows += ''; - if (${content.usernameVisible == 'true'}) { - rows += '
'; - rows += ''; - rows += userData["userName"]; - rows += ' '; - rows += userData["attemptTime"]; - rows += '
'; - } + rows += '
'; + rows += ''; + rows += userData["userName"]; + rows += ' '; + rows += userData["attemptTime"]; + rows += '
'; rows += '
'; if (userData["visible"] == 'true') { @@ -198,13 +196,7 @@ } }, container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})',// possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} - // if true, the table will remain the same height no matter how many records are displayed. The space is made up by an empty - // table row set to a height to compensate; default is false - fixedHeight: true, - // remove rows from the table to speed up the sort of large tables. - // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. - removeRows: false, + output: '{startRow} to {endRow} ({totalRows})', // css class names of pager arrows cssNext: '.tablesorter-next', // next page arrow cssPrev: '.tablesorter-prev', // previous page arrow Index: lams_tool_survey/web/pages/learning/resultOtherUsers.jsp =================================================================== diff -u -r098d686653002409f33aff0f69b1183e07c1eab3 -r41d085956bd96f7c50877320a5eec6b496e0cea2 --- lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (.../resultOtherUsers.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3) +++ lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (.../resultOtherUsers.jsp) (revision 41d085956bd96f7c50877320a5eec6b496e0cea2) @@ -76,13 +76,7 @@ } }, container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})',// possible variables: {page}, {totalPages}, {filteredPages}, {startRow}, {endRow}, {filteredRows} and {totalRows} - // if true, the table will remain the same height no matter how many records are displayed. The space is made up by an empty - // table row set to a height to compensate; default is false - fixedHeight: true, - // remove rows from the table to speed up the sort of large tables. - // setting this to false, only hides the non-visible rows; needed if you plan to add/remove rows with the pager enabled. - removeRows: false, + output: '{startRow} to {endRow} ({totalRows})', // css class names of pager arrows cssNext: '.tablesorter-next', // next page arrow cssPrev: '.tablesorter-prev', // previous page arrow