Index: lams_monitoring/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r903a4f947345a9960d5af2f3a7e7ab2f366884e0 -r60cffeb4566aae78d6d2e434340fa23dcda3410a --- lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 903a4f947345a9960d5af2f3a7e7ab2f366884e0) +++ lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 60cffeb4566aae78d6d2e434340fa23dcda3410a) @@ -219,7 +219,7 @@ button.task.go.tooltip =Complete this task now button.task.gate.open.now =Open now button.task.gate.open.now.tooltip =Opens the gate immediately -button.task.gate.open =Open... +button.task.gate.open =Open selectively... button.task.gate.open.tooltip =Choose which learners can go through the gate label.task.gate.opened =Opened lesson.monitors =Monitors Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -r7b976b188fa005bef4f102fd0e868cfb7c385901 -r60cffeb4566aae78d6d2e434340fa23dcda3410a --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 7b976b188fa005bef4f102fd0e868cfb7c385901) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 60cffeb4566aae78d6d2e434340fa23dcda3410a) @@ -658,14 +658,16 @@ switch (this.contributionType) { case 3 : case 12 : if (this.isComplete) { - entryContent += '' + LABELS.CONTRIBUTE_OPENED_GATE + ''; + entryContent += '' + LABELS.CONTRIBUTE_OPENED_GATE + ''; } else { - entryContent += '' + LABELS.CONTRIBUTE_OPEN_GATE_BUTTON + ''; - entryContent += '' + LABELS.CONTRIBUTE_OPEN_GATE_NOW_BUTTON + ''; + entryContent += '
'; + } break; default : entryContent += '