Update of /var/cvs/html/mmbase/components/mmexamples
In directory james.mmbase.org:/tmp/cvs-serv3613/mmexamples
Modified Files:
editors.jspx index.jspx
Log Message:
Some search/replace for class/id's of blocks
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/components/mmexamples
Index: editors.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/mmexamples/editors.jspx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- editors.jspx 4 Aug 2008 20:32:53 -0000 1.2
+++ editors.jspx 9 Aug 2008 11:29:47 -0000 1.3
@@ -4,8 +4,8 @@
>
<jsp:output omit-xml-declaration="true" />
<div
- class="mm_c c_mmexamples b_index ${requestScope.componentClassName}"
- id="${requestScope.componentId}">
+ class="mm_c c_mmexamples b_index
${requestScope['org.mmbase.componentClassName']}"
+ id="${requestScope['org.mmbase.componentId']}">
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
<p>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}</p>
Index: index.jspx
===================================================================
RCS file: /var/cvs/html/mmbase/components/mmexamples/index.jspx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.jspx 6 Aug 2008 16:48:29 -0000 1.5
+++ index.jspx 9 Aug 2008 11:29:47 -0000 1.6
@@ -4,8 +4,8 @@
>
<jsp:output omit-xml-declaration="true" />
<div
- class="mm_c c_mmexamples b_index ${requestScope.componentClassName}"
- id="${requestScope.componentId}">
+ class="mm_c c_mmexamples b_index
${requestScope['org.mmbase.componentClassName']}"
+ id="${requestScope['org.mmbase.componentId']}">
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
<p>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}</p>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs