Index: lams_central/conf/language/lams/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/language/lams/ApplicationResources.properties,v
diff -u -r1.64 -r1.65
--- lams_central/conf/language/lams/ApplicationResources.properties 3 Mar 2009 15:49:24 -0000 1.64
+++ lams_central/conf/language/lams/ApplicationResources.properties 9 Mar 2009 18:58:00 -0000 1.65
@@ -305,4 +305,7 @@
label.planner.filter.results.ending=" in
label.planner.locked=(locked)
label.planner.filter.find.location=Found in:
+
+button.planner.template.close=Close editor
+msg.planner.editor.not.saved=Are you sure you want to close? If you have not saved the design, changes you have made will be lost and you will return to the previous node.
#======= End labels: Exported 222 labels for en AU =====
Index: lams_central/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/language/lams/ApplicationResources_en_AU.properties,v
diff -u -r1.61 -r1.62
--- lams_central/conf/language/lams/ApplicationResources_en_AU.properties 3 Mar 2009 15:49:24 -0000 1.61
+++ lams_central/conf/language/lams/ApplicationResources_en_AU.properties 9 Mar 2009 18:58:00 -0000 1.62
@@ -305,4 +305,8 @@
label.planner.filter.results.ending=" in
label.planner.locked=(locked)
label.planner.filter.find.location=Found in:
+
+
+button.planner.template.close=Close editor
+msg.planner.editor.not.saved=Are you sure you want to close? If you have not saved the design, changes you have made will be lost and you will return to the previous node.
#======= End labels: Exported 222 labels for en AU =====
Index: lams_central/web/pedagogical_planner/sequenceChooser.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/pedagogical_planner/Attic/sequenceChooser.jsp,v
diff -u -r1.7 -r1.8
--- lams_central/web/pedagogical_planner/sequenceChooser.jsp 3 Mar 2009 15:49:24 -0000 1.7
+++ lams_central/web/pedagogical_planner/sequenceChooser.jsp 9 Mar 2009 18:58:00 -0000 1.8
@@ -345,17 +345,18 @@
+
href="javascript:leaveNodeEditor(null,'${closeNodeEditorUrl}');"
- href="javascript:leaveNodeEditor('','${closeNodeEditorUrl}');"
+ href="javascript:leaveNodeEditor('','${closeNodeEditorUrl}');"
- >
+ >
Index: lams_central/web/pedagogical_planner/templateBase.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/pedagogical_planner/Attic/templateBase.jsp,v
diff -u -r1.4 -r1.5
--- lams_central/web/pedagogical_planner/templateBase.jsp 3 Mar 2009 15:49:24 -0000 1.4
+++ lams_central/web/pedagogical_planner/templateBase.jsp 9 Mar 2009 18:58:00 -0000 1.5
@@ -244,10 +244,10 @@