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

Modified Files:
        core.xml 
Log Message:
view_source block


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


Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- core.xml    4 Aug 2008 12:30:31 -0000       1.48
+++ core.xml    4 Aug 2008 21:26:30 -0000       1.49
@@ -15,6 +15,11 @@
   <bundle name="org.mmbase.framework.resources.core" />
 
 
+  <action name="view_source" rank="administrator">
+    <description xml:lang="en">Whether the source code of templates may be 
seen</description>
+  </action>
+
+
   <!-- about etc. -->
   <block name="welcome"
          classification="mmbase.about:10"
@@ -77,7 +82,7 @@
   </block>
 
   <block name="modules"
-         classification="mmbase.admin mmbase.modules"
+         classification="mmbase.admin"
          mimetype="text/html">
     <title xml:lang="en">Modules</title>
     <title xml:lang="nl">Modules</title>
@@ -87,7 +92,7 @@
   </block>
 
   <block name="jobs"
-         classification="mmbase.admin"
+         classification="mmbase.tools"
          mimetype="text/html">
     <title xml:lang="en">Jobs</title>
     <title xml:lang="nl">Jobs</title>
@@ -103,11 +108,13 @@
   </block>
 
   <block name="datatypes"
-         classification="mmbase.admin"
+         classification="mmbase.tools"
          mimetype="text/html">
     <title xml:lang="en">Data Types</title>
     <title xml:lang="nl">Datatypes</title>
     <body jsp="datatypes.jspx">
+      <param name="nodemanager"      type="String" />
+      <param name="field"   type="String" />
     </body>
   </block>
 
@@ -234,7 +241,7 @@
   </block>
 
   <block name="transactions"
-         classification="mmbase.admin"
+         classification="mmbase.tools"
          mimetype="text/html">
     <title xml:lang="en">Transactions</title>
     <title xml:lang="nl">Transacties</title>
@@ -364,7 +371,7 @@
   </block>
 
   <block name="component-block-tree"
-         classification=""
+         classification="mmbase.components"
          mimetype="text/html">
     <title xml:lang="en">Components tree</title>
     <title xml:lang="nl">Componentenboom</title>
@@ -425,4 +432,13 @@
     </body>
   </block>
 
+  <block name="view_source"
+         mimetype="text/html">
+    <title xml:lang="nl">Sourcecode-viewer</title>
+    <title xml:lang="en">Source code displayer</title>
+    <body jsp="cite.jspx">
+      <param name="page" />
+    </body>
+  </block>
+
 </component>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to