Update of
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/education
In directory james.mmbase.org:/tmp/cvs-serv30172
Modified Files:
educations-origin.xml educations.xml
Log Message:
made it possible to configure aways some stuff, if you don't use it
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/editwizards/data/config/education
Index: educations-origin.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/education/educations-origin.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- educations-origin.xml 13 Nov 2008 17:10:10 -0000 1.17
+++ educations-origin.xml 28 Nov 2008 16:52:34 -0000 1.18
@@ -49,28 +49,24 @@
<form-schema id="step1">
<title xml:lang="nl">Opleiding invoeren</title>
<title xml:lang="en">Enter education</title>
- <field name="name" dtminlength="1">
- <prompt xml:lang="nl">Opleiding titel</prompt>
- <prompt xml:lang="en">Education name</prompt>
- </field>
- <field name="showtitle" />
- <list destination="providers" role="related"
extends="config/provider/providers-list.xml" />
- <field name="intro" ftype="html" dtminlength="0" />
- <field name="layout" />
- <field name="imagelayout" />
- <field name="path" />
-
- <list role="sizerel" extends="config/image/sizedimages.xml" />
- <list destination="news" extends="config/news/news-list.xml" />
- <list role="posrel" extends="config/attachment/attachments-posrel.xml" />
- <list role="posrel" extends="config/audiotape/audiotapes-posrel.xml" />
- <list role="posrel" extends="config/videotape/videotapes-posrel.xml" />
- <list destination="urls" role="posrel"
extends="config/url/urls-posrel.xml" />
- <list destination="learnblocks" role="posrel"
extends="config/learnblocks/learnblocks-list.xml" />
+
+ <blocks classification="didactor.wizards.educations.fields" />
+
+ <blocks classification="didactor.wizards.educations.lists" />
&extra_lists;
+ </form-schema>
- <list destination="classes" role="classrel"
extends="config/class/classes-list.xml" />
+ <form-schema id="learnblock">
+ <title xml:lang="nl">Leerblokken</title>
+ <title xml:lang="en">Learnblocks</title>
+ <list destination="learnblocks" role="posrel"
extends="config/learnblocks/learnblocks-list.xml" />
+ </form-schema>
+
+ <form-schema id="classes">
+ <title xml:lang="nl">Klassen</title>
+ <title xml:lang="en">Classes</title>
+ <list destination="classes" role="classrel"
extends="config/class/classes-list.xml" />
</form-schema>
Index: educations.xml
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/education/educations.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- educations.xml 13 Nov 2008 17:10:10 -0000 1.24
+++ educations.xml 28 Nov 2008 16:52:34 -0000 1.25
@@ -42,30 +42,27 @@
<form-schema id="step1">
<title xml:lang="nl">Opleiding invoeren</title>
<title xml:lang="en">Enter education</title>
- <field name="name" />
- <field name="showtitle" />
- <list destination="providers" role="related"
extends="config/provider/providers-list.xml" />
+ <blocks classification="didactor.wizards.educations.fields" />
- <field name="intro" ftype="html" />
- <field name="layout" />
- <field name="imagelayout" />
- <field name="path" />
-
- <list role="sizerel" extends="config/image/sizedimages.xml" />
- <list destination="news" extends="config/news/news-list.xml" />
- <list role="posrel" extends="config/attachment/attachments-posrel.xml" />
- <list role="posrel" extends="config/audiotape/audiotapes-posrel.xml" />
- <list role="posrel" extends="config/videotape/videotapes-posrel.xml" />
- <list destination="urls" role="posrel"
extends="config/url/urls-posrel.xml" />
- <list destination="learnblocks" role="posrel"
extends="config/learnblocks/learnblocks-list.xml" />
+ <blocks classification="didactor.wizards.educations.lists" />
&extra_lists;
+ </form-schema>
- <list destination="classes" role="classrel"
extends="config/class/classes-list.xml" />
+ <form-schema id="learnblock">
+ <title xml:lang="nl">Leerblokken</title>
+ <title xml:lang="en">Learnblocks</title>
+ <list destination="learnblocks" role="posrel"
extends="config/learnblocks/learnblocks-list.xml" />
+ </form-schema>
+ <form-schema id="classes">
+ <title xml:lang="nl">Klassen</title>
+ <title xml:lang="en">Classes</title>
+ <list destination="classes" role="classrel"
extends="config/class/classes-list.xml" />
</form-schema>
+
<blocks classification="didactor.wizards.education.schemas" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs