Update of /var/cvs/html/mmbase/components/core/components
In directory james.mmbase.org:/tmp/cvs-serv24513

Modified Files:
        tree.jspx 
Log Message:
info and lay-out



See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/core/components


Index: tree.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/components/tree.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- tree.jspx   11 Jul 2008 16:05:34 -0000      1.4
+++ tree.jspx   4 Aug 2008 14:50:04 -0000       1.5
@@ -7,15 +7,17 @@
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";>
   <jsp:output omit-xml-declaration="true" />
     <mm:import externid="type" />
+    
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
+       
<p>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}</p>
     <mm:notpresent referid="type">
-      <h1>Classified blocks</h1>
+      <h4>Classified blocks</h4>
       <mm:functioncontainer>
         <mm:listfunction set="components" name="blockClassification">
           <mm:write request="blockType" />
           <mm:include page="blockType.jspx" />
         </mm:listfunction>
       </mm:functioncontainer>
-      <h1>Unclassified blocks</h1>
+      <h4>Unclassified blocks</h4>
       <mm:functioncontainer>
         <mm:param name="id"></mm:param>
         <mm:listfunction set="components" name="blockClassification">
@@ -25,7 +27,7 @@
       </mm:functioncontainer>
     </mm:notpresent>
     <mm:present referid="type">
-      <h1>Blocks for ${type}</h1>
+      <h4>Blocks for ${type}</h4>
       <mm:functioncontainer>
         <mm:param name="id">${type}</mm:param>
         <mm:listfunction set="components" name="blockClassification">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to