Index: lams_monitoring/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r8347e8a3a798bc00cdf2c596f09572adcfb756cf -rca155f4a7122c37687e37f7f5c12296f4c6b32e1 --- lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 8347e8a3a798bc00cdf2c596f09572adcfb756cf) +++ lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision ca155f4a7122c37687e37f7f5c12296f4c6b32e1) @@ -87,6 +87,7 @@ button.cancel =Cancel button.yes =Yes button.no =No +button.save =Save label.grouping.popup.drag.selection.message =Because some learners have already entered this grouping activity, it will only be possible to add new learners to groups. Learners can not be removed from groups. Once a learner is added to a group, the action can not be undone. label.branching.popup.drag.selection.message =Because some learners have already entered this branching activity, it will only be possible to add new learners to branches. Learners can not be removed from branches, therefore, once a learner is added to a branch, the action can not be undone. label.grouping.general.instructions.branching =This grouping activity is used for branching. Groups can therefore not be added or deleted. Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -r7911b538e3fd0e8ae2bb56acac7eed836d4b2320 -rca155f4a7122c37687e37f7f5c12296f4c6b32e1 --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 7911b538e3fd0e8ae2bb56acac7eed836d4b2320) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision ca155f4a7122c37687e37f7f5c12296f4c6b32e1) @@ -166,7 +166,7 @@ }, 'buttons' : [ { - 'text' : 'Save', + 'text' : LABELS.SAVE_BUTTON, 'id' : 'classDialogSaveButton', 'click' : function() { var removedLearners = [], @@ -209,7 +209,7 @@ } }, { - 'text' : 'Cancel', + 'text' : LABELS.CANCEL_BUTTON, 'id' : 'classDialogCancelButton', 'click' : function() { $(this).dialog('close'); @@ -1532,23 +1532,23 @@ if (enableExportPortfolio) { learnerProgressCellsTemplate += '' - + LABELS.EXPORT_PORTFOLIO + + LABELS.EXPORT_PORTFOLIO_LEARNER_TOOLTIP + '" href="#" onClick="javascript:openPopUp(\'' + + LAMS_URL + 'learning/exportWaitingPage.jsp?mode=learner&role=teacher&lessonID=' + + lessonId + '&userID=;00;\',\'ExportPortfolio\',240,640,true)">' + + LABELS.EXPORT_PORTFOLIO + ''; } learnerProgressCellsTemplate += - /* + ' - + LABELS.TIME_CHART - + ''*/ + /* + ' + + LABELS.TIME_CHART + + ''*/ '' - + LABELS.EMAIL_BUTTON - + ''; + + LABELS.EMAIL_BUTTON + + ''; } // remove existing progress bars Index: lams_monitoring/web/monitor.jsp =================================================================== diff -u -ra09607f16c79e4be3674f9fd98bba807ea098579 -rca155f4a7122c37687e37f7f5c12296f4c6b32e1 --- lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision a09607f16c79e4be3674f9fd98bba807ea098579) +++ lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision ca155f4a7122c37687e37f7f5c12296f4c6b32e1) @@ -61,6 +61,8 @@ EMAIL_BUTTON : '', CLOSE_BUTTON : '', NOTIFCATIONS : '', + SAVE_BUTTON : '', + CANCEL_BUTTON : '', LEARNER_FINISHED_COUNT : '', LEARNER_FINISHED_DIALOG_TITLE : '', LESSON_PRESENCE_ENABLE_ALERT : '', @@ -274,10 +276,10 @@ - - checked="checked" - + + checked="checked" + />
@@ -293,7 +295,6 @@ )
- disabled="disabled" @@ -355,9 +356,9 @@ - +