Index: lams_monitoring/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/conf/language/lams/ApplicationResources.properties,v diff -u -r1.71 -r1.72 --- lams_monitoring/conf/language/lams/ApplicationResources.properties 28 Oct 2014 16:44:34 -0000 1.71 +++ lams_monitoring/conf/language/lams/ApplicationResources.properties 20 Jan 2015 12:53:33 -0000 1.72 @@ -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/monitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/monitor.jsp,v diff -u -r1.32 -r1.33 --- lams_monitoring/web/monitor.jsp 19 Jan 2015 17:43:28 -0000 1.32 +++ lams_monitoring/web/monitor.jsp 20 Jan 2015 12:53:33 -0000 1.33 @@ -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 @@ - + Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/includes/javascript/monitorLesson.js,v diff -u -r1.48 -r1.49 --- lams_monitoring/web/includes/javascript/monitorLesson.js 13 Jan 2015 22:11:31 -0000 1.48 +++ lams_monitoring/web/includes/javascript/monitorLesson.js 20 Jan 2015 12:53:33 -0000 1.49 @@ -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