Index: lams_tool_forum/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/language/lams/ApplicationResources.properties,v diff -u -r1.30 -r1.31 --- lams_tool_forum/conf/language/lams/ApplicationResources.properties 2 Feb 2009 03:21:24 -0000 1.30 +++ lams_tool_forum/conf/language/lams/ApplicationResources.properties 11 Mar 2009 14:29:58 -0000 1.31 @@ -213,5 +213,5 @@ textsearch.topics =Search in these topics: event.mark.release.body =A teacher released marks in a Forum activity in LAMS.\nYour marks are:\n\n{0}\nThis message was sent automatically, please do not reply to it. - +msg.planner.clear.entry=Clear topic content (will be removed from activity after save) #======= End labels: Exported 205 labels for en AU ===== Index: lams_tool_forum/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.27 -r1.28 --- lams_tool_forum/conf/language/lams/ApplicationResources_en_AU.properties 2 Feb 2009 03:21:24 -0000 1.27 +++ lams_tool_forum/conf/language/lams/ApplicationResources_en_AU.properties 11 Mar 2009 14:29:58 -0000 1.28 @@ -213,5 +213,5 @@ textsearch.topics =Search in these topics: event.mark.release.body =A teacher released marks in a Forum activity in LAMS.\nYour marks are:\n\n{0}\nThis message was sent automatically, please do not reply to it. - +msg.planner.clear.entry=Clear topic content (will be removed from activity after save) #======= End labels: Exported 205 labels for en AU ===== Index: lams_tool_forum/web/jsps/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_forum/web/jsps/authoring/pedagogicalPlannerForm.jsp 23 Feb 2009 20:35:08 -0000 1.5 +++ lams_tool_forum/web/jsps/authoring/pedagogicalPlannerForm.jsp 11 Mar 2009 14:29:58 -0000 1.6 @@ -14,12 +14,23 @@ } body{ - width: 760px; + width: 750px; } - - div.FCKdiv { - margin-top: 10px; + + table#topicTable td { + margin: 0px; + padding: 0px; } + + table#topicTable td.FCKcell { + padding: 10px 0px 0px 5px; + } + + img.clearEntry { + maring: 0px; + padding: 0px; + cursor: pointer; + } @@ -46,6 +57,10 @@ } } while (topic!=null); } + + function clearEntry(topicIndex){ + FCKeditorAPI.GetInstance("topic["+topicIndex+"]").SetHTML(""); + } @@ -58,16 +73,25 @@ - -
- - -
-
+ + + + + + + +
+ + + + " + onclick="javascript:clearEntry(${topicIndex-1})" /> +
Index: lams_tool_lamc/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/conf/language/lams/ApplicationResources.properties,v diff -u -r1.26 -r1.27 --- lams_tool_lamc/conf/language/lams/ApplicationResources.properties 8 Mar 2009 02:53:07 -0000 1.26 +++ lams_tool_lamc/conf/language/lams/ApplicationResources.properties 11 Mar 2009 14:30:13 -0000 1.27 @@ -262,5 +262,5 @@ error.noStudentActivity =Sorry, the report can not be generated.
No learner has attempted the activity yet. error.pedagogical.planner.empty.answer.selected =In question {0} correct answer cannot be blank. - +msg.planner.clear.entry=Clear question content (will be removed from activity after save) #======= End labels: Exported 255 labels for en AU ===== Index: lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.26 -r1.27 --- lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties 8 Mar 2009 02:53:08 -0000 1.26 +++ lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties 11 Mar 2009 14:30:13 -0000 1.27 @@ -262,5 +262,5 @@ error.noStudentActivity =Sorry, the report can not be generated.
No learner has attempted the activity yet. error.pedagogical.planner.empty.answer.selected =In question {0} correct answer cannot be blank. - +msg.planner.clear.entry=Clear question content (will be removed from activity after save) #======= End labels: Exported 255 labels for en AU ===== Index: lams_tool_lamc/web/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_lamc/web/authoring/pedagogicalPlannerForm.jsp 23 Feb 2009 20:34:02 -0000 1.5 +++ lams_tool_lamc/web/authoring/pedagogicalPlannerForm.jsp 11 Mar 2009 14:30:13 -0000 1.6 @@ -16,12 +16,23 @@ } body { - width: 760px; + width: 750px; } - div.FCKdiv { - margin-top: 10px; + table#questionTable td { + margin: 0px; + padding: 0px; } + + table#questionTable td.FCKcell { + padding: 10px 0px 0px 0px; + } + + img.clearEntry { + maring: 0px; + padding: 0px; + cursor: pointer; + } @@ -68,6 +79,10 @@ } } } + + function clearEntry(questionIndex){ + FCKeditorAPI.GetInstance("question["+questionIndex+"]").SetHTML(""); + } $(document).ready(function(){ fillForm(); @@ -89,25 +104,36 @@ - -
- - -
-
- - ${candidateAnswerIndex}. - - -
-
- -
-
+ + + + + + + + + + +
+ + + + " + onclick="javascript:clearEntry(${questionIndex-1})" /> +
+ + ${candidateAnswerIndex}. + + +
+
+ +
Index: lams_tool_laqa/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/conf/language/lams/ApplicationResources.properties,v diff -u -r1.23 -r1.24 --- lams_tool_laqa/conf/language/lams/ApplicationResources.properties 19 Nov 2008 18:27:19 -0000 1.23 +++ lams_tool_laqa/conf/language/lams/ApplicationResources.properties 11 Mar 2009 14:29:39 -0000 1.24 @@ -239,5 +239,5 @@ error.content.inUse =Modification of the content is not allowed since one or more learners has attempted the activity. error.noStudentActivity =Sorry, the report can not be generated.
No learner has attempted the activity yet. - +msg.planner.clear.entry=Clear question content (will be removed from activity after save) #======= End labels: Exported 232 labels for en AU ===== Index: lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.25 -r1.26 --- lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties 19 Nov 2008 18:27:20 -0000 1.25 +++ lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties 11 Mar 2009 14:29:39 -0000 1.26 @@ -239,5 +239,5 @@ error.content.inUse =Modification of the content is not allowed since one or more learners has attempted the activity. error.noStudentActivity =Sorry, the report can not be generated.
No learner has attempted the activity yet. - +msg.planner.clear.entry=Clear question content (will be removed from activity after save) #======= End labels: Exported 232 labels for en AU ===== Index: lams_tool_laqa/web/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_laqa/web/authoring/pedagogicalPlannerForm.jsp 23 Feb 2009 20:34:21 -0000 1.5 +++ lams_tool_laqa/web/authoring/pedagogicalPlannerForm.jsp 11 Mar 2009 14:29:39 -0000 1.6 @@ -12,12 +12,24 @@ } body { - width: 760px; + width: 750px; } - div.FCKdiv { - margin-top: 10px; + table#questionTable td { + margin: 0px; + padding: 0px; } + + table#questionTable td.FCKcell { + padding: 10px 0px 0px 5px; + } + + img.clearEntry { + maring: 0px; + padding: 0px; + cursor: pointer; + } + @@ -45,6 +57,10 @@ } } while (question!=null); } + + function clearEntry(questionIndex){ + FCKeditorAPI.GetInstance("question["+questionIndex+"]").SetHTML(""); + } @@ -57,16 +73,25 @@ - -
- - -
-
+ + + + + + + +
+ + + + " + onclick="javascript:clearEntry(${questionIndex-1})" /> +
Index: lams_tool_larsrc/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/conf/language/lams/ApplicationResources.properties,v diff -u -r1.23 -r1.24 --- lams_tool_larsrc/conf/language/lams/ApplicationResources.properties 8 Mar 2009 02:53:46 -0000 1.23 +++ lams_tool_larsrc/conf/language/lams/ApplicationResources.properties 11 Mar 2009 14:29:45 -0000 1.24 @@ -179,5 +179,5 @@ error.planner.url.blank =In resource {0} URL can not be blank. error.planner.file.blank =In resource {0} file can not be blank. - +msg.planner.clear.entry=Clear resource content (will be removed from activity after save) #======= End labels: Exported 172 labels for en AU ===== Index: lams_tool_larsrc/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.22 -r1.23 --- lams_tool_larsrc/conf/language/lams/ApplicationResources_en_AU.properties 8 Mar 2009 02:53:46 -0000 1.22 +++ lams_tool_larsrc/conf/language/lams/ApplicationResources_en_AU.properties 11 Mar 2009 14:29:45 -0000 1.23 @@ -179,5 +179,5 @@ error.planner.url.blank =In resource {0} URL can not be blank. error.planner.file.blank =In resource {0} file can not be blank. - +msg.planner.clear.entry=Clear resource content (will be removed from activity after save) #======= End labels: Exported 172 labels for en AU ===== Index: lams_tool_larsrc/web/pages/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_larsrc/web/pages/authoring/pedagogicalPlannerForm.jsp 2 Mar 2009 10:16:34 -0000 1.5 +++ lams_tool_larsrc/web/pages/authoring/pedagogicalPlannerForm.jsp 11 Mar 2009 14:29:45 -0000 1.6 @@ -19,8 +19,20 @@ } body { - width: 760px; + width: 750px; } + + table#itemTable td { + margin: 0px; + padding: 5px 0px 5px 0px; + border-bottom: thin inset; + } + + img.clearEntry { + maring: 0px; + padding: 0px; + cursor: pointer; + } @@ -51,6 +63,11 @@ var content = FCKeditorAPI.GetInstance('instructions').GetXHTML(); document.getElementById("instructions").value=content; } + + function clearEntry(entryIndex){ + document.getElementById("title"+entryIndex).value=""; + document.getElementById("entry"+entryIndex).value=""; + } @@ -67,35 +84,45 @@ value="${formBean.instructions}" contentFolderID="${formBean.contentFolderID}" toolbarSet="Custom-Pedplanner" height="150px" - width="760px" displayExpanded="false"> + width="750px" displayExpanded="false">

- - - - - - - -

- - - -

- -
- - -

- : ${itemFileName} -

- -
-
-
-
+ + + + + + + +
+ + + + + + +

+ + + +

+ +
+ + +

+ : ${itemFileName} +

+ +
+
+
+ " + onclick="javascript:clearEntry(${itemIndex-1})" /> +
Index: lams_tool_task/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/conf/language/lams/ApplicationResources.properties,v diff -u -r1.32 -r1.33 --- lams_tool_task/conf/language/lams/ApplicationResources.properties 8 Mar 2009 02:55:33 -0000 1.32 +++ lams_tool_task/conf/language/lams/ApplicationResources.properties 11 Mar 2009 14:29:49 -0000 1.33 @@ -166,5 +166,5 @@ message.alertContentEdit =Warning: One of more learners have accessed this activity. Changing this content will result in learners getting different information. planner.item.title =Items' titles - +msg.planner.clear.entry=Clear item content (will be removed from activity after save) #======= End labels: Exported 159 labels for en AU ===== Index: lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.31 -r1.32 --- lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties 8 Mar 2009 02:55:33 -0000 1.31 +++ lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties 11 Mar 2009 14:29:49 -0000 1.32 @@ -166,5 +166,5 @@ message.alertContentEdit =Warning: One of more learners have accessed this activity. Changing this content will result in learners getting different information. planner.item.title =Items' titles - +msg.planner.clear.entry=Clear item content (will be removed from activity after save) #======= End labels: Exported 159 labels for en AU ===== Index: lams_tool_task/web/pages/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_task/web/pages/authoring/pedagogicalPlannerForm.jsp 23 Feb 2009 20:35:01 -0000 1.3 +++ lams_tool_task/web/pages/authoring/pedagogicalPlannerForm.jsp 11 Mar 2009 14:29:49 -0000 1.4 @@ -13,10 +13,24 @@ float: right; } + body { + width: 750px; + } + input.item { margin: 5px 0px 5px 10px; - float: none; } + + table#taskTable td { + margin: 0px; + padding: 0px; + } + + img.clearEntry { + maring: 0px; + padding: 0px 10px 0px 0px; + cursor: pointer; + } @@ -30,6 +44,10 @@ } }); } + + function clearEntry(itemIndex){ + document.getElementById("item"+itemIndex).value=""; + } @@ -42,9 +60,20 @@ - - - + + + + + + + +
+ + + " + onclick="javascript:clearEntry(${itemIndex-1})" /> +
Index: lams_tool_vote/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/conf/language/lams/ApplicationResources.properties,v diff -u -r1.18 -r1.19 --- lams_tool_vote/conf/language/lams/ApplicationResources.properties 26 Nov 2008 22:45:28 -0000 1.18 +++ lams_tool_vote/conf/language/lams/ApplicationResources.properties 11 Mar 2009 14:29:16 -0000 1.19 @@ -161,5 +161,5 @@ label.total.completed.students =Total number of learners that completed voting: label.total.students =Total number of possible learners: - +msg.planner.clear.entry=Clear nomination content (will be removed from activity after save) #======= End labels: Exported 154 labels for en AU ===== Index: lams_tool_vote/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.18 -r1.19 --- lams_tool_vote/conf/language/lams/ApplicationResources_en_AU.properties 26 Nov 2008 22:45:28 -0000 1.18 +++ lams_tool_vote/conf/language/lams/ApplicationResources_en_AU.properties 11 Mar 2009 14:29:16 -0000 1.19 @@ -161,5 +161,5 @@ label.total.completed.students =Total number of learners that completed voting: label.total.students =Total number of possible learners: - +msg.planner.clear.entry=Clear nomination content (will be removed from activity after save) #======= End labels: Exported 154 labels for en AU ===== Index: lams_tool_vote/web/authoring/pedagogicalPlannerForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/pedagogicalPlannerForm.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_vote/web/authoring/pedagogicalPlannerForm.jsp 2 Mar 2009 10:16:40 -0000 1.6 +++ lams_tool_vote/web/authoring/pedagogicalPlannerForm.jsp 11 Mar 2009 14:29:16 -0000 1.7 @@ -12,12 +12,23 @@ } body { - width: 760px; + width: 750px; } - div.FCKdiv { - margin-top: 5px; + table#nominationTable td { + maring: 0px; + padding: 0px; } + + table#nominationTable td.FCKcell { + padding: 10px 0px 0px 5px; + } + + img.clearEntry { + maring: 0px; + padding: 0px; + cursor: pointer; + } @@ -48,6 +59,10 @@ } } while (nomination!=null); } + + function clearEntry(nominationIndex){ + FCKeditorAPI.GetInstance("nomination["+nominationIndex+"]").SetHTML(""); + } @@ -64,21 +79,30 @@ value="${formBean.instructions}" contentFolderID="${formBean.contentFolderID}" toolbarSet="Custom-Pedplanner" height="150px" - width="760px" displayExpanded="false"> + width="750px" displayExpanded="false">

- -
- - -
-
+ + + + + + + +
+ + + + " + onclick="javascript:clearEntry(${nominationIndex-1})" /> +