Index: lams_tool_scribe/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/conf/language/lams/ApplicationResources.properties,v diff -u -r1.8 -r1.9 --- lams_tool_scribe/conf/language/lams/ApplicationResources.properties 18 Apr 2008 06:21:35 -0000 1.8 +++ lams_tool_scribe/conf/language/lams/ApplicationResources.properties 29 Apr 2008 04:57:27 -0000 1.9 @@ -106,6 +106,6 @@ message.runOfflineSet =This activity is not being done on the computer. Please see your instructor for details. button.finish =Next Activity message.contentInUseSet =The modification of content is not allowed since one or more students has attempted the activity. +message.confirmForceComplete = Are you sure you want to Force Complete - #======= End labels: Exported 100 labels for en AU ===== Index: lams_tool_scribe/web/pages/learning/scribe.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/learning/scribe.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_scribe/web/pages/learning/scribe.jsp 6 Nov 2006 08:26:49 -0000 1.11 +++ lams_tool_scribe/web/pages/learning/scribe.jsp 29 Apr 2008 04:57:27 -0000 1.12 @@ -44,6 +44,15 @@ // remove the Agree button. document.getElementById("agreeButton").innerHTML = ""; } + + function confirmForceComplete() { + var message = ""; + if (confirm(message)) { + return true; + } else { + return false; + } + }
@@ -103,7 +112,7 @@
- +