Index: lams_tool_vote/conf/language/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/conf/language/Attic/ApplicationResources.properties,v
diff -u -r1.54 -r1.55
--- lams_tool_vote/conf/language/ApplicationResources.properties 1 Sep 2006 05:35:14 -0000 1.54
+++ lams_tool_vote/conf/language/ApplicationResources.properties 1 Sep 2006 10:44:25 -0000 1.55
@@ -55,7 +55,6 @@
button.submit =Submit
sbmt.successful =The content has been created successfully.
label.nomination1 =Nomination 1
-radiobox.defineLater =Define Later
label.offlineInstructions =Offline Instructions
label.offlineInstructions.col =Offline Instructions:
label.onlineInstructions =Online Instructions
@@ -70,9 +69,7 @@
label.cancel =Cancel
label.title.export =Learner Submission Details
error.maxNominationCount.invalid =Please correct this: The "Max Nominations" field in Advanced section is invalid.
-error.fields.mandatory =Please correct this: The fields "Title", "Instructions" and the "Nomination 1" are mandatory.
error.fileName.empty =Please correct this: Under "Instructions", the file(name) to upload can not be empty.
-error.content.doesNotExist =Tool Activity Error! Can't continue. Tool content is not ready in the tool's database yet.
error.content.inUse =The modification of the content is not allowed since it is being used.
error.noLearnerActivity =The report is not available since no users attempted the activity yet.
label.learning.forceFinishMessage =Voting is no more allowed. Please finish.
@@ -86,18 +83,11 @@
button.endLearning =Finish
label.user =User
label.attemptTime =Voting Time
-label.timezone =Time-Zone
sbmt.learner.nominations.successful =Your votes have been submitted.
label.finished =Finished
label.learner.nominations =Your nominations are:
label.learning.forceOfflineMessage =This is an offline activity. Please see your instructor for details.
-label.learning.runOffline =This activity is not being done on the computer. Please see your instructor for details.
error.defineLater =Please wait for the teacher to complete the contents of this activity.
-error.toolSessionId.required =Tool Activity Error! Can't continue
URL is not complete. The Tool Activity requires a toolSession id.
-error.contentId.required =Tool Activity Error! Can't continue
URL is not complete. The Tool Activity requires a content id.
-error.defaultContent.notSetup =Tool Activity Error! Can't continue. The default content for the tool has not been setup properly.
-error.numberFormatException =Tool Activity Error! Can't continue. The content id and tool session id(s) passed to the Tool Activity must be numerical.
-error.sessionId.numberFormatException =Tool Activity Error! Can't continue. The toolSession id passed to the Tool Activity must be numerical.
label.edit =Edit
label.selectGroup =Select Group:
label.learner.progress =Learner Progress Report
@@ -116,7 +106,6 @@
label.show =Show
label.hide =Hide
label.hidden =hidden
-label.hiddenLearner =(hidden)
label.view.piechart =View Pie Chart
label.view.barchart =View Bar Chart
label.visible =Visible
Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java,v
diff -u -r1.36 -r1.37
--- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java 1 Sep 2006 09:45:27 -0000 1.36
+++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java 1 Sep 2006 10:44:25 -0000 1.37
@@ -638,7 +638,7 @@
catch(NumberFormatException e)
{
VoteUtils.cleanUpSessionAbsolute(request);
- persistInRequestError(request, "error.sessionId.numberFormatException");
+ //persistInRequestError(request, "error.sessionId.numberFormatException");
logger.debug("add error.sessionId.numberFormatException to ActionMessages.");
return (mapping.findForward(ERROR_LIST));
}
Index: lams_tool_vote/web/VoteErrorBox.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/Attic/VoteErrorBox.jsp,v
diff -u -r1.9 -r1.10
--- lams_tool_vote/web/VoteErrorBox.jsp 1 Sep 2006 09:45:55 -0000 1.9
+++ lams_tool_vote/web/VoteErrorBox.jsp 1 Sep 2006 10:44:25 -0000 1.10
@@ -86,19 +86,6 @@
-
-
-
-
- |
-
-
-
-
-
- |
-
-
@@ -124,12 +111,6 @@
|
-
-
-
- |
-
-
|