Index: lams_bb_integration/web/includes/javascript/openLamsPage.js =================================================================== diff -u -ra327993967da9b51f138b3e84530a42ad3874abc -r5b4387d9659f22f63d1c649fa6028f66a76cbd1c --- lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision a327993967da9b51f138b3e84530a42ad3874abc) +++ lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision 5b4387d9659f22f63d1c649fa6028f66a76cbd1c) @@ -1,6 +1,6 @@ // Open the LAMS Seuence Author Window -function openAuthor() { - var authorUrl = '../openLamsPage?method=openAuthor'; +function openAuthor(courseId) { + var authorUrl = '../openLamsPage?method=openAuthor&course_id=' + courseId; if(authorWin && !authorWin.closed) { try { Index: lams_bb_integration/web/links/author.jsp =================================================================== diff -u -ra327993967da9b51f138b3e84530a42ad3874abc -r5b4387d9659f22f63d1c649fa6028f66a76cbd1c --- lams_bb_integration/web/links/author.jsp (.../author.jsp) (revision a327993967da9b51f138b3e84530a42ad3874abc) +++ lams_bb_integration/web/links/author.jsp (.../author.jsp) (revision 5b4387d9659f22f63d1c649fa6028f66a76cbd1c) @@ -18,6 +18,6 @@ - To launch LAMS Author, please, click here. + To launch LAMS Author, please, click here. Index: lams_bb_integration/web/modules/create.jsp =================================================================== diff -u -ra327993967da9b51f138b3e84530a42ad3874abc -r5b4387d9659f22f63d1c649fa6028f66a76cbd1c --- lams_bb_integration/web/modules/create.jsp (.../create.jsp) (revision a327993967da9b51f138b3e84530a42ad3874abc) +++ lams_bb_integration/web/modules/create.jsp (.../create.jsp) (revision 5b4387d9659f22f63d1c649fa6028f66a76cbd1c) @@ -142,7 +142,7 @@ - @@ -199,7 +199,7 @@ // Open the LAMS Seuence Preview Window function openPreview() { - var previewUrl = "../openLamsPage?method=openPreview&ldId=" + document.getElementsByName("sequence_id")[0].value + "&title=" + document.lesson_form.title.value; + var previewUrl = "../openLamsPage?method=openPreview&course_id=${param.course_id}&ldId=" + document.getElementsByName("sequence_id")[0].value + "&title=" + document.lesson_form.title.value; if (previewWin && !previewWin.closed) { try {