Update of
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list
In directory james.mmbase.org:/tmp/cvs-serv18483
Modified Files:
active.xml boolean.xml boolean_inverse.xml enabled.xml
flashOrText.xml imagelayout.xml images_position.xml layout.xml
layout_ext.xml workgrouptype.xml
Log Message:
all these silly explicit optionlists are deprecated (because of MMB-1557)
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list
See also: http://www.mmbase.org/jira/browse/MMB-1557
Index: active.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/active.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- active.xml 22 May 2007 14:15:58 -0000 1.1
+++ active.xml 17 Jan 2008 17:09:56 -0000 1.2
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
+
<optionlist name="active">
<!-- compare this file with boolean.xml and wonder. Sigh. -->
Index: boolean.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/boolean.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- boolean.xml 7 Feb 2007 16:33:57 -0000 1.2
+++ boolean.xml 17 Jan 2008 17:09:56 -0000 1.3
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="boolean">
<!-- yes should be on top, because it is the default -->
<option id="1">
Index: boolean_inverse.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/boolean_inverse.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- boolean_inverse.xml 7 Feb 2007 16:33:57 -0000 1.2
+++ boolean_inverse.xml 17 Jan 2008 17:09:56 -0000 1.3
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="boolean_inverse">
<option id="0">
<prompt xml:lang="nl">Nee</prompt>
Index: enabled.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/enabled.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- enabled.xml 22 May 2007 14:15:58 -0000 1.1
+++ enabled.xml 17 Jan 2008 17:09:56 -0000 1.2
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="enabled">
<!-- yes should be on top, because it is the default -->
<option id="1">enabled</option>
Index: flashOrText.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/flashOrText.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- flashOrText.xml 9 May 2006 15:37:05 -0000 1.3
+++ flashOrText.xml 17 Jan 2008 17:09:56 -0000 1.4
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="flashOrText">
<!-- yes should be on top, because it is the default -->
<option id="1">
Index: imagelayout.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/imagelayout.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- imagelayout.xml 7 Feb 2007 16:33:57 -0000 1.3
+++ imagelayout.xml 17 Jan 2008 17:09:56 -0000 1.4
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="imagelayout">
<option id="0">
<prompt xml:lang="nl">Horizontaal</prompt>
Index: images_position.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/images_position.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- images_position.xml 15 Feb 2007 14:49:17 -0000 1.3
+++ images_position.xml 17 Jan 2008 17:09:56 -0000 1.4
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="images_position">
<option id="2">
<prompt xml:lang="nl">links (oorspronkelijke formaat van de
afbeelding)</prompt>
Index: layout.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/layout.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- layout.xml 1 Jun 2007 08:10:24 -0000 1.3
+++ layout.xml 17 Jan 2008 17:09:56 -0000 1.4
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="layout">
<option id="0">
<prompt xml:lang="nl">Tekst boven</prompt>
Index: layout_ext.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/layout_ext.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- layout_ext.xml 21 Jul 2005 13:59:25 -0000 1.1
+++ layout_ext.xml 17 Jan 2008 17:09:56 -0000 1.2
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="layout_ext">
<option id="-1">Geen tekst tonen</option>
<option id="0">Tekst boven</option>
Index: workgrouptype.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/option_list/workgrouptype.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- workgrouptype.xml 7 Feb 2007 16:33:57 -0000 1.2
+++ workgrouptype.xml 17 Jan 2008 17:09:56 -0000 1.3
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
+<!-- THIS FILE IS DEPRECATED -->
<optionlist name="workgrouptype">
<!-- yes should be on top, because it is the default -->
<option id="1">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs