Update of 
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks
In directory james.mmbase.org:/tmp/cvs-serv20719

Modified Files:
        step1.xml 
Log Message:
made it possible for a component to add fields to the firs step. Dropped silly 
'extra_lists'


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks


Index: step1.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks/step1.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- step1.xml   29 Feb 2008 13:44:34 -0000      1.3
+++ step1.xml   9 Oct 2008 16:08:45 -0000       1.4
@@ -1,26 +1,15 @@
 <?xml version="1.0"?>
-<!DOCTYPE form-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN" 
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd";
-[
-<!ENTITY extra_lists SYSTEM "extra_lists.xml">
-]>
+<!DOCTYPE form-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN" 
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd";>
 <form-schema id="step1">
-  <title xml:lang="nl">Leerblok invoeren</title>
-  <title xml:lang="en">Enter learnblock</title>
+  <title xml:lang="nl">Leerblok invoerena</title>
+  <title xml:lang="en">Enter learnblocka</title>
   <field name="name"  />
   <field name="showtitle" />
   <field name="intro" ftype="html" dtminlength="0" />
   <field name="layout" />
   <field name="imagelayout" />
 
-  <list extends="config/image/sizedimages.xml" />
-  <list extends="config/image/backgroundimage.xml" />
-  <list extends="config/attachment/attachments-posrel.xml" />
-  <list extends="config/audiotape/audiotapes-posrel.xml" />
-  <list extends="config/videotape/videotapes-posrel.xml" />
 
-  <list destination="urls" role="posrel" extends="config/url/urls-posrel.xml" 
/>
+  <blocks classification="didactor.wizards.learnblocks.fields" />
 
-  <list role="descriptionrel" extends="config/feedback/feedback-described.xml" 
/>
-  <list role="related" extends="config/online/online-list.xml" />
-  &extra_lists;
 </form-schema>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to