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}.
-
-
-
-
-
-
-
+
@@ -57,16 +73,25 @@
-
-
-
-
-
-
+
+
+
+
+
+
+ |
+
+ "
+ onclick="javascript:clearEntry(${questionIndex-1})" />
+ |
+
+
+
@@ -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})" />
+ |
+
+
+