Update of /var/cvs/applications/resources/blocks
In directory james.mmbase.org:/tmp/cvs-serv22101

Modified Files:
        mail.jspx 
Log Message:
more lay-out



See also: http://cvs.mmbase.org/viewcvs/applications/resources/blocks


Index: mail.jspx
===================================================================
RCS file: /var/cvs/applications/resources/blocks/mail.jspx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- mail.jspx   4 Aug 2008 11:53:48 -0000       1.4
+++ mail.jspx   4 Aug 2008 13:19:42 -0000       1.5
@@ -17,11 +17,13 @@
       xmlns="http://www.w3.org/1999/xhtml";>
     
<h3>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.title)}</h3>
     
<p>${mm:string(requestScope['org.mmbase.framework.state'].renderer.block.description)}</p>
-    <c:if test="${! empty title}"><h3>${title}</h3></c:if>
     <mm:hasnodemanager name="email" inverse="true">
-      <p>The builder 'email' is not installed. It is needed for this example 
to work.</p>
+      <p class="err">
+        The builder 'email' is not installed. It is needed for this example to 
work.
+      </p>
     </mm:hasnodemanager>
     <mm:hasnodemanager name="email">
+      <c:if test="${! empty title}"><h3>${title}</h3></c:if>
     <mm:form>
       <mm:import externid="captcha" />
       <c:choose>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to