Index: lams_tool_preview/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r0c9629a1f72086f6b042733e881fdf05f38494e9 -rdba2f7d55fdf5f5048e1f0c3ad9bcc931fc96220
--- lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0c9629a1f72086f6b042733e881fdf05f38494e9)
+++ lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision dba2f7d55fdf5f5048e1f0c3ad9bcc931fc96220)
@@ -140,6 +140,7 @@
msg.results.sent ={0} Email(s) Sent
button.email.results =Email Results
label.notify.user.of.results =Notify students of results
+confirm.notify.user.of.results =You are about to send the results of peer review by email to all students. Are you sure you want to do this now?
label.number.of.team.members =No of team members
label.average =Average
label.for.user =For {0}
Index: lams_tool_preview/web/pages/monitoring/summary.jsp
===================================================================
diff -u -r3317bc79e858810750b2d6aacbcb4a0a6d36b841 -rdba2f7d55fdf5f5048e1f0c3ad9bcc931fc96220
--- lams_tool_preview/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 3317bc79e858810750b2d6aacbcb4a0a6d36b841)
+++ lams_tool_preview/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision dba2f7d55fdf5f5048e1f0c3ad9bcc931fc96220)
@@ -45,6 +45,9 @@
return downloadFile(exportExcelUrl, 'messageArea_Busy', '', 'messageArea', 'btn-disable-on-submit');
}
function sendResults(sessionId) {
+ if (!confirm('')) {
+ return;
+ }
var url = "";
$("#messageArea").html("");
$("#messageArea_Busy").show();