Update of /var/cvs/contributions/didactor2/src/shoutbox/config/components
In directory james.mmbase.org:/tmp/cvs-serv8180/config/components

Modified Files:
        shoutbox.xml 
Log Message:
shoutbox.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/shoutbox/config/components


Index: shoutbox.xml
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/shoutbox/config/components/shoutbox.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- shoutbox.xml        7 Aug 2008 13:44:18 -0000       1.1
+++ shoutbox.xml        8 Aug 2008 15:45:16 -0000       1.2
@@ -7,11 +7,50 @@
     xsi:schemaLocation="http://www.mmbase.org/xmlns/component
                         http://www.mmbase.org/xmlns/component.xsd";>
 
+  <dependency component="searchrelate" version="1" />
+
+  <bundle name="org.mmbase.shoutbox.messages" />
+
+  <setting name="didactor_templatebar">
+    <datatype base="didactor_bars" 
xmlns="http://www.mmbase.org/xmlns/datatypes";>
+      <default value="provider" />
+    </datatype>
+  </setting>
+
+  <setting name="didactor_nodeprovider">
+    <description>This setting is only to indicate to didactor which node it 
must provide.</description>
+    <datatype base="didactor_nodeproviders" 
xmlns="http://www.mmbase.org/xmlns/datatypes";>
+      <default value="user" />
+    </datatype>
+  </setting>
+
+  <setting name="icondir">
+    <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+      <default value="/mmbase/" />
+    </datatype>
+  </setting>
 
   <block name="menuitem"
-         classification="didactor.education:10"
+         classification="didactor.providers.menu:10 didactor.educations"
+         mimetype="text/html">
+    <body jsp="menu.jspx">
+    </body>
+  </block>
+
+  <block name="link"
+         classification="didactor.communication"
+         mimetype="text/html">
+    <body jsp="link.jspx" />
+  </block>
+
+
+  <block name="index"
          mimetype="text/html">
-    <body jsp="menu.jspx" />
+    <head>
+    </head>
+    <body jsp="index.jspx">
+      <param name="source" />
+    </body>
   </block>
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to