Index: lams_bb_integration/web/modules/learnermonitor.jsp
===================================================================
diff -u -r8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4 -r9688217999ccc25dc02a207ed4ea715563e59e63
--- lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision 8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4)
+++ lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision 9688217999ccc25dc02a207ed4ea715563e59e63)
@@ -70,20 +70,21 @@
<%-- Action Control Bar --%>
<%-- Access the Lesson as a Learner --%>
-
- <%-- Access the Monitor --%>
+ <%-- Access the Monitor --%>
+
- <%-- Cancel (Go Back) --%>
+ <%-- Cancel (Go Back) --%>
- ${description}
+ ${description}
-
+
@@ -109,12 +110,12 @@
*
Total activities depend on your learning path.
-
-
+
+
You have completed this lesson.
-
+
@@ -124,11 +125,6 @@
var learnerWin = null;
var monitorWin = null;
- // Go back one page if the user clicks the Cancel Button
- function back() {
- history.go(-1);
- }
-
// Open the Lesson as a Learner
function openLearner() {
var learnerUrl = '../openLamsPage?method=openLearner&course_id=${param.course_id}&content_id=${param.content_id}&lsid=${param.lsid}';