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 2010/03/11 10:13:39 UTC

svn commit: r921746 - /myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.xhtml

Author: lofwyr
Date: Thu Mar 11 09:13:38 2010
New Revision: 921746

URL: http://svn.apache.org/viewvc?rev=921746&view=rev
Log:
make debug mode configurable

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.xhtml

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.xhtml?rev=921746&r1=921745&r2=921746&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.xhtml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/locale.xhtml Thu Mar 11 09:13:38 2010
@@ -34,7 +34,7 @@
 
     <tc:box label="#{overviewBundle.locale_title}">
       <f:facet name="layout">
-        <tc:gridLayout rows="fixed;fixed"/>
+        <tc:gridLayout rows="auto;auto;auto"/>
       </f:facet>
 
       <tx:selectOneChoice value="#{clientConfigController2.locale}"
@@ -58,6 +58,9 @@
           <tc:button action="#{clientConfigController2.submit}" label="#{overviewBundle.locale_submit}"/>
         </tc:panel>
       </tc:panel>
+      
+      <tx:selectBooleanCheckbox label="#{overviewBundle.menu_debug}" 
+                                value="#{clientConfigController2.debugMode}" />
 
     </tc:box>
     <tc:cell/>