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 2014/08/01 16:44:13 UTC

svn commit: r1615125 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml

Author: lofwyr
Date: Fri Aug  1 14:44:12 2014
New Revision: 1615125

URL: http://svn.apache.org/r1615125
Log: (empty)

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml?rev=1615125&r1=1615124&r2=1615125&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml Fri Aug  1 14:44:12 2014
@@ -59,7 +59,8 @@
         </tx:date>
         <tx:time label="#{overviewBundle.basic_timeLabel}" tabIndex="5"
                  value="#{overviewController.basicTime}">
-          <f:convertDateTime type="time" timeStyle="medium" timeZone="GMT+04:00"/>
+          <f:convertDateTime type="time" timeStyle="medium"/>
+          <!--<f:convertDateTime type="time" timeStyle="medium" timeZone="GMT+04:00" TBD/>-->
         </tx:time>
         <tx:in value="#{overviewController.placeholder}" tabIndex="6"
                label="Placeholder" placeholder="Search..."/>