Index: lams_tool_forum/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r59e4b8d442ec5f40e2e7a5bef1bda2059953b59a -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_forum/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 59e4b8d442ec5f40e2e7a5bef1bda2059953b59a) +++ lams_tool_forum/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r59e4b8d442ec5f40e2e7a5bef1bda2059953b59a -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_forum/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 59e4b8d442ec5f40e2e7a5bef1bda2059953b59a) +++ lams_tool_forum/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -rf21aa2ec355995ada05a1490b962235e75726d61 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_forum/web/jsps/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision f21aa2ec355995ada05a1490b962235e75726d61) +++ lams_tool_forum/web/jsps/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r0fd9be887b84a0c4f70f649905c7c1a65dc115d9 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_lamc/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0fd9be887b84a0c4f70f649905c7c1a65dc115d9) +++ lams_tool_lamc/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r0fd9be887b84a0c4f70f649905c7c1a65dc115d9 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 0fd9be887b84a0c4f70f649905c7c1a65dc115d9) +++ lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -rf21aa2ec355995ada05a1490b962235e75726d61 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_lamc/web/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision f21aa2ec355995ada05a1490b962235e75726d61) +++ lams_tool_lamc/web/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -rfbbc8abd933da6ee584c8a4fd777f9834aee92e3 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_laqa/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision fbbc8abd933da6ee584c8a4fd777f9834aee92e3) +++ lams_tool_laqa/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -rfbbc8abd933da6ee584c8a4fd777f9834aee92e3 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision fbbc8abd933da6ee584c8a4fd777f9834aee92e3) +++ lams_tool_laqa/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -rf21aa2ec355995ada05a1490b962235e75726d61 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_laqa/web/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision f21aa2ec355995ada05a1490b962235e75726d61) +++ lams_tool_laqa/web/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r0fd9be887b84a0c4f70f649905c7c1a65dc115d9 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_larsrc/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0fd9be887b84a0c4f70f649905c7c1a65dc115d9) +++ lams_tool_larsrc/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r0fd9be887b84a0c4f70f649905c7c1a65dc115d9 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_larsrc/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 0fd9be887b84a0c4f70f649905c7c1a65dc115d9) +++ lams_tool_larsrc/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r8c2289edbab42fcc74a5172d3b565c631ca4ba58 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_larsrc/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 8c2289edbab42fcc74a5172d3b565c631ca4ba58) +++ lams_tool_larsrc/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r0fd9be887b84a0c4f70f649905c7c1a65dc115d9 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_task/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 0fd9be887b84a0c4f70f649905c7c1a65dc115d9) +++ lams_tool_task/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r0fd9be887b84a0c4f70f649905c7c1a65dc115d9 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 0fd9be887b84a0c4f70f649905c7c1a65dc115d9) +++ lams_tool_task/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -rf21aa2ec355995ada05a1490b962235e75726d61 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_task/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision f21aa2ec355995ada05a1490b962235e75726d61) +++ lams_tool_task/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r1bd40892fcacbc943d075f8197ebcb27fc5c360f -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_vote/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 1bd40892fcacbc943d075f8197ebcb27fc5c360f) +++ lams_tool_vote/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r1bd40892fcacbc943d075f8197ebcb27fc5c360f -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_vote/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 1bd40892fcacbc943d075f8197ebcb27fc5c360f) +++ lams_tool_vote/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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 =================================================================== diff -u -r8c2289edbab42fcc74a5172d3b565c631ca4ba58 -r3e3519176330a8254149c9447702b0c3dead09b5 --- lams_tool_vote/web/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 8c2289edbab42fcc74a5172d3b565c631ca4ba58) +++ lams_tool_vote/web/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision 3e3519176330a8254149c9447702b0c3dead09b5) @@ -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})" /> +