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 2016/03/16 21:43:36 UTC

svn commit: r1735294 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/20-label/label.xhtml

Author: lofwyr
Date: Wed Mar 16 20:43:36 2016
New Revision: 1735294

URL: http://svn.apache.org/viewvc?rev=1735294&view=rev
Log:
TOBAGO-1544: Revise Demo Application for Tobago 3.0
[developed by hnoeth]

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/20-label/label.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/20-label/label.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/20-label/label.xhtml?rev=1735294&r1=1735293&r2=1735294&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/20-label/label.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/20-label/label.xhtml Wed Mar 16 20:43:36 2016
@@ -29,7 +29,7 @@
     <tc:label id="l1" value="Single Label"/>
   </tc:section>
 
-  <tc:section label="Input field">
+  <tc:section label="Input Field">
     <pre><code class="language-markup">&lt;tc:flexLayout columns="*;200px"&gt;
   &lt;tc:in placeholder="Inputfield"/&gt;
   &lt;tc:label id="l2" value="Label after inputfield"/&gt;
@@ -40,7 +40,7 @@
     </tc:flexLayout>
   </tc:section>
 
-  <tc:section label="Input fields with automatic label">
+  <tc:section label="Automatic Label">
     See <tc:link label="Labeled Layout" link="../../../30-concept/16-layout/00/labeled-layout.xhtml"/>
   </tc:section>