Author: lfryc(a)redhat.com
Date: 2011-03-09 05:34:43 -0500 (Wed, 09 Mar 2011)
New Revision: 22096
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
Log:
moved commented code because it is considered as component in grid
Modified: modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-03-09
10:34:14 UTC (rev 22095)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-03-09
10:34:43 UTC (rev 22096)
@@ -65,12 +65,6 @@
<h:outputLabel id="localeLabel" value="Locale"
for="locale" />
<h:outputText id="locale"
value="#{facesContext.viewRoot.locale}" />
-
- <!--
- TODO: disabled because of MyFaces issue: MYFACES-3061 (RF-10668)
- <h:outputLabel id="showUiDebugLabel" value="Show
ui:debug" for="showUiDebug" />
- <h:outputText id="showUiDebug" value="Ctrl+Shift+L
" />
- -->
<h:outputLabel id="renderCheckerLabel" value="Render
Checker" for="renderChecker"/>
<a4j:outputPanel id="renderChecker">
@@ -96,6 +90,9 @@
<!--
TODO: disabled because of MyFaces issue: MYFACES-3061 (RF-10668)
+ h:outputLabel id="showUiDebugLabel" value="Show
ui:debug" for="showUiDebug"
+ h:outputText id="showUiDebug" value="Ctrl+Shift+L "
+
ui:debug hotkey="L"
-->
</h:panelGrid>
Show replies by date