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

Modified Files:
        load.xml step1.xml 
Log Message:
support for background images


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


Index: load.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks/load.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- load.xml    20 Jul 2007 11:46:04 -0000      1.1
+++ load.xml    29 Feb 2008 13:44:34 -0000      1.2
@@ -7,6 +7,7 @@
   <relation destination="learnobjects" role="posrel" />
   <relation destination="mmevents" role="related" />
   <relation destination="images" role="sizerel" />
+  <relation destination="images" role="background" />
   <relation destination="paragraphs" role="posrel">
     <object>
       <relation destination="attachments" role="posrel" />


Index: step1.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/editwizards/data/config/learnblocks/step1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- step1.xml   17 Jan 2008 17:08:25 -0000      1.2
+++ step1.xml   29 Feb 2008 13:44:34 -0000      1.3
@@ -12,10 +12,11 @@
   <field name="layout" />
   <field name="imagelayout" />
 
-  <list role="sizerel" extends="config/image/sizedimages.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 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" 
/>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to