Index: lams_tool_bbb/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_bbb/web/pages/learning/learning.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_bbb/web/pages/learning/learning.jsp 27 Mar 2014 14:09:02 -0000 1.2 +++ lams_tool_bbb/web/pages/learning/learning.jsp 26 Feb 2016 17:11:34 -0000 1.2.2.1 @@ -9,26 +9,26 @@ } function validateForm() { - + // Validates that there's input from the user. - + // disables the Finish button to avoid double submittion disableFinishButton(); - if (mode == "learner") { + if (mode == "learner") { // if this is learner mode, then we add this validation see (LDEV-1319) - + if (document.learningForm.entryText.value == "") { - + // if the input is blank, then we further inquire to make sure it is correct - if (confirm("message.learner.blank.input")) { + if (confirm("message.learner.blank.input")) { // if correct, submit form return true; } else { // otherwise, focus on the text area document.learningForm.entryText.focus(); document.getElementById("finishButton").disabled = false; - return false; + return false; } } else { // there was something on the form, so submit the form @@ -37,51 +37,56 @@ } } ---> + --> -
-

- -

+ +
+ +
-

- -

- -
+ - + -
+
-

- - - - - - - -

- -

- - - - - -

+ + + + +
+ + + + + + + +

+ +

+ + + +
+
+ +
+ +
+ <%@ include file="parts/finishButton.jsp"%> -
+