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 2015/07/01 09:29:31 UTC

svn commit: r1688574 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml

Author: lofwyr
Date: Wed Jul  1 07:29:30 2015
New Revision: 1688574

URL: http://svn.apache.org/r1688574
Log:
TOBAGO-1470: simplify

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml?rev=1688574&r1=1688573&r2=1688574&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/footer.xhtml Wed Jul  1 07:29:30 2015
@@ -22,13 +22,8 @@
            xmlns:tc="http://myfaces.apache.org/tobago/component">
 
   <tc:panel>
-    <f:facet name="layout">
-      <tc:gridLayout columns="auto;auto;auto;*" rows="auto;auto"/>
-    </f:facet>
 
-    <tc:separator>
-      <tc:gridLayoutConstraint columnSpan="4"/>
-    </tc:separator>
+    <tc:separator/>
 
     <tc:button immediate="true" id="previous"
                image="glyphicon-chevron-left"