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

Modified Files:
        blockType.jspx 
Removed Files:
        test.head.jspx test.jspx 
Log Message:
moved some stuff to a 'test' component


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


Index: blockType.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/core/components/blockType.jspx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- blockType.jspx      14 Sep 2007 09:29:52 -0000      1.3
+++ blockType.jspx      24 Feb 2008 10:51:17 -0000      1.4
@@ -3,12 +3,12 @@
           version="1.2"
     >
   <mm:import externid="blockType" from="request" />
-  <h2>${blockType.name}</h2>
+  <h2>${blockType.name} (${blockType.weight})</h2>
   <ul>
     <mm:stringlist referid="blockType.subTypes">
       <mm:write request="blockType" />
       <li>
-        ${requestScope.blockType.name}        
+        ${requestScope.blockType.name} (${requestScope.blockType.weight})
         <mm:include  page="blockType.jspx" />
       </li>
     </mm:stringlist>




_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to