Update of /var/cvs/config/components
In directory james.mmbase.org:/tmp/cvs-serv8233

Modified Files:
        core.xml 
Log Message:
added basic and my- editors to the mmbase/admin pages.


See also: http://cvs.mmbase.org/viewcvs/config/components


Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- core.xml    12 Jan 2009 20:54:22 -0000      1.64
+++ core.xml    12 Jan 2009 21:13:15 -0000      1.65
@@ -462,8 +462,6 @@
   </block>
 
 
-
-
   <block name="releasenotes_uncached"
          mimetype="text/html">
     <body>
@@ -504,4 +502,27 @@
     </body>
   </block>
 
+  <block name="basic"
+         classification="mmbase.edit:0"
+         mimetype="text/html">
+    <title xml:lang="nl">Generieke editors</title>
+    <title xml:lang="en">Basic generic editors</title>
+    <body>
+      <class name="org.mmbase.framework.IFrameRenderer">
+        <param name="url">/mmbase/edit/basic/</param>
+      </class>
+    </body>
+  </block>
+  <block name="my"
+         classification="mmbase.edit:1"
+         mimetype="text/html">
+    <title xml:lang="nl">My-editors</title>
+    <title xml:lang="en">My editors</title>
+    <body>
+      <class name="org.mmbase.framework.IFrameRenderer">
+        <param name="url">/mmbase/edit/my_editors/</param>
+      </class>
+    </body>
+  </block>
+
 </component>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to