Update of /var/cvs/contributions/didactor2/src/core/config/builders/resources
In directory james.mmbase.org:/tmp/cvs-serv23302

Modified Files:
        attachments.xml images.xml urls.xml 
Log Message:
added some properties which can be used to generate links to wizards


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/config/builders/resources


Index: attachments.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/config/builders/resources/attachments.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- attachments.xml     15 Nov 2007 10:17:28 -0000      1.2
+++ attachments.xml     31 Jan 2008 13:15:41 -0000      1.3
@@ -24,6 +24,11 @@
     <description xml:lang="nl">Bijlage, zoals een PDF bestand</description>
   </descriptions>
 
+  <properties>
+    <property name="wizard">config/attachment/attachment</property>
+    <property name="orderby">title</property>
+  </properties>
+
   <fieldlist>
     <field name="title">
       <descriptions>


Index: images.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/config/builders/resources/images.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- images.xml  15 Nov 2007 10:17:28 -0000      1.2
+++ images.xml  31 Jan 2008 13:15:41 -0000      1.3
@@ -35,6 +35,8 @@
 
 
   <properties>
+    <property name="wizard">config/image/image</property>
+    <property name="orderby">title</property>
 
      <!-- convert using JAI 
http://java.sun.com/products/java-media/jai/index.html
     NOTE: not all features provided by ImageMagic are implemented in the JAI 
converter -->


Index: urls.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/config/builders/resources/urls.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- urls.xml    28 Sep 2007 12:02:47 -0000      1.1
+++ urls.xml    31 Jan 2008 13:15:41 -0000      1.2
@@ -24,6 +24,8 @@
   </descriptions>
   
   <properties>
+    <property name="wizard">config/url/urls</property>
+    <property name="orderby">name</property>
   </properties>
 
   <fieldlist>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to