You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/03/09 13:28:05 UTC

svn commit: r920834 - /myfaces/tobago/trunk/example/demo/src/main/webapp/overview/validation.xhtml

Author: lofwyr
Date: Tue Mar  9 12:28:05 2010
New Revision: 920834

URL: http://svn.apache.org/viewvc?rev=920834&view=rev
Log:
nicer look

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/overview/validation.xhtml

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/validation.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/validation.xhtml?rev=920834&r1=920833&r2=920834&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/validation.xhtml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/validation.xhtml Tue Mar  9 12:28:05 2010
@@ -27,7 +27,7 @@
   <ui:param name="title" value="#{overviewBundle.validation}"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="80px;200px;1*;"/>
+      <tc:gridLayout rows="80px;1*"/>
     </f:facet>
 
     <tc:out escape="false" value="#{overviewBundle.validation_text}"/>
@@ -67,6 +67,5 @@
       </tc:panel>
 
     </tc:box>
-    <tc:cell/>
   </tc:panel>
 </ui:composition>