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/10/16 13:18:31 UTC

svn commit: r1708959 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml

Author: lofwyr
Date: Fri Oct 16 11:18:31 2015
New Revision: 1708959

URL: http://svn.apache.org/viewvc?rev=1708959&view=rev
Log:
demo: fix label

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

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml?rev=1708959&r1=1708958&r2=1708959&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml Fri Oct 16 11:18:31 2015
@@ -25,7 +25,7 @@
 
   <tc:panel rendered="#{info.enabled}">
 
-    <tc:section value="Main Properties">
+    <tc:section label="Main Properties">
 
       <tc:in value="#{info.version}" readonly="true"
              label="Tobago Version"/>
@@ -50,7 +50,7 @@
 
     </tc:section>
 
-    <tc:section value="System Properties">
+    <tc:section label="System Properties">
 
       <tc:sheet var="entry" value="#{info.systemPropertiesAsList}" columns="*;2*" rows="1000">
         <tc:column label="Key">