You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2006/01/05 20:25:10 UTC

svn commit: r366249 - in /incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp: editor.jsp list.jsp

Author: idus
Date: Thu Jan  5 11:24:59 2006
New Revision: 366249

URL: http://svn.apache.org/viewcvs?rev=366249&view=rev
Log:
replaced spacer cells with a margin

Modified:
    incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/editor.jsp
    incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/list.jsp

Modified: incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/editor.jsp
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/editor.jsp?rev=366249&r1=366248&r2=366249&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/editor.jsp (original)
+++ incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/editor.jsp Thu Jan  5 11:24:59 2006
@@ -24,12 +24,9 @@
 
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout rows="10px;1*;10px" columns="10px;1*;10px"/>
+        <tc:gridLayout margin="10px"/>
       </f:facet>
 
-      <tc:cell spanX="3" />
-      <tc:cell/>
-
       <tc:box label="#{bundle.editorBoxTitle}" >
         <f:facet name="layout">
           <tc:gridLayout rows="fixed;1*;fixed" />
@@ -185,9 +182,6 @@
         </tc:panel>
 
       </tc:box>
-
-      <tc:cell/>
-      <tc:cell spanX="3" />
 
     </tc:panel>
   </tc:page>

Modified: incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/list.jsp
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/list.jsp?rev=366249&r1=366248&r2=366249&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/list.jsp (original)
+++ incubator/tobago/trunk/tobago-example/tobago-example-addressbook/src/main/webapp/list.jsp Thu Jan  5 11:24:59 2006
@@ -22,15 +22,11 @@
 
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout rows="10px;1*;10px" columns="10px;1*;10px"/>
+        <tc:gridLayout margin="10px"/>
       </f:facet>
-
-      <tc:cell spanX="3" />
-      <tc:cell/>
-
       <tc:box label="#{bundle.listBoxTitle}" >
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;1*" />
+          <tc:gridLayout rows="fixed;1*"/>
         </f:facet>
         <f:facet name="toolBar">
           <tc:toolBar>
@@ -89,10 +85,6 @@
         </tc:sheet>
 
       </tc:box>
-
-      <tc:cell/>
-      <tc:cell spanX="3" />
     </tc:panel>
-
   </tc:page>
 </f:view>