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 2013/10/07 09:42:37 UTC

svn commit: r1529779 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectBooleanCheckbox/selectBooleanCheckbox-layout.xhtml

Author: lofwyr
Date: Mon Oct  7 07:42:36 2013
New Revision: 1529779

URL: http://svn.apache.org/r1529779
Log:
code format

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectBooleanCheckbox/selectBooleanCheckbox-layout.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectBooleanCheckbox/selectBooleanCheckbox-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectBooleanCheckbox/selectBooleanCheckbox-layout.xhtml?rev=1529779&r1=1529778&r2=1529779&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectBooleanCheckbox/selectBooleanCheckbox-layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/selectBooleanCheckbox/selectBooleanCheckbox-layout.xhtml Mon Oct  7 07:42:36 2013
@@ -32,17 +32,17 @@
     <tc:label value="tx"/>
 
     <tc:selectBooleanCheckbox value="true" id="s1" label="A Value">
-    <tc:dataAttribute name="assert-left" value="0"/>
-    <tc:dataAttribute name="assert-top" value="25"/>
-    <tc:dataAttribute name="assert-width" value="200"/>
-    <tc:dataAttribute name="assert-height" value="19"/>
-</tc:selectBooleanCheckbox>
+      <tc:dataAttribute name="assert-left" value="0"/>
+      <tc:dataAttribute name="assert-top" value="25"/>
+      <tc:dataAttribute name="assert-width" value="200"/>
+      <tc:dataAttribute name="assert-height" value="19"/>
+    </tc:selectBooleanCheckbox>
     <tx:selectBooleanCheckbox value="true" label="normal" fieldId="s2" itemLabel="A Value">
-    <tc:dataAttribute name="assert-left" value="330"/>
-    <tc:dataAttribute name="assert-top" value="25"/>
-    <tc:dataAttribute name="assert-width" value="200"/>
-    <tc:dataAttribute name="assert-height" value="19"/>
-</tx:selectBooleanCheckbox>
+      <tc:dataAttribute name="assert-left" value="330"/>
+      <tc:dataAttribute name="assert-top" value="25"/>
+      <tc:dataAttribute name="assert-width" value="200"/>
+      <tc:dataAttribute name="assert-height" value="19"/>
+    </tx:selectBooleanCheckbox>
 
     <tc:script file="script/tobago-assert.js"/>