Index: lams_monitoring/web/gate/gateStatus.jsp =================================================================== diff -u -r54007f98ca71e0073f19c5db78536437123287c6 -r8ef5fdec8c107ac95ec442e2a4123226b24ab37b --- lams_monitoring/web/gate/gateStatus.jsp (.../gateStatus.jsp) (revision 54007f98ca71e0073f19c5db78536437123287c6) +++ lams_monitoring/web/gate/gateStatus.jsp (.../gateStatus.jsp) (revision 8ef5fdec8c107ac95ec442e2a4123226b24ab37b) @@ -13,7 +13,7 @@ -

" />

+

" />

Index: lams_monitoring/web/grouping/chosenGrouping.jsp =================================================================== diff -u -r44f25ff763552baf103b1bb4ed7d1d2466a937dc -r8ef5fdec8c107ac95ec442e2a4123226b24ab37b --- lams_monitoring/web/grouping/chosenGrouping.jsp (.../chosenGrouping.jsp) (revision 44f25ff763552baf103b1bb4ed7d1d2466a937dc) +++ lams_monitoring/web/grouping/chosenGrouping.jsp (.../chosenGrouping.jsp) (revision 8ef5fdec8c107ac95ec442e2a4123226b24ab37b) @@ -60,7 +60,7 @@

- + Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -ra5fe38ed6e104a6d05c1b7b4857cd4a9a1909dd8 -r8ef5fdec8c107ac95ec442e2a4123226b24ab37b --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision a5fe38ed6e104a6d05c1b7b4857cd4a9a1909dd8) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 8ef5fdec8c107ac95ec442e2a4123226b24ab37b) @@ -629,7 +629,8 @@ if (contributeActivities ) { $.each(contributeActivities, function(){ - var cell = $('
').addClass('contributeActivityCell').text(this.title); + var contributeId = 'contribute' + this.activityID; + var cell = $('
').addClass('contributeActivityCell').text(this.title).attr('id', contributeId); row = $('
').addClass('contributeRow').insertAfter(row).append(cell); $.each(this.contributeEntries, function(){ @@ -641,7 +642,7 @@ case 9 : entryContent = LABELS.CONTRIBUTE_BRANCHING; break; case 11 : entryContent = LABELS.CONTRIBUTE_CONTENT_EDITED; break; } - entryContent += '' + LABELS.CONTRIBUTE_BUTTON + ''; cell = $('
').addClass('contributeEntryCell').html(entryContent); Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== diff -u -r6ec43132d9df310eebff50fac6fca9f095757bd7 -r8ef5fdec8c107ac95ec442e2a4123226b24ab37b --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 6ec43132d9df310eebff50fac6fca9f095757bd7) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 8ef5fdec8c107ac95ec442e2a4123226b24ab37b) @@ -191,7 +191,7 @@