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 - + '