Author: lfryc(a)redhat.com
Date: 2011-03-09 04:24:26 -0500 (Wed, 09 Mar 2011)
New Revision: 22089
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
Log:
disabled ui:debug due to MYFACES-3061 (RF-10668)
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
06:49:33 UTC (rev 22088)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-03-09
09:24:26 UTC (rev 22089)
@@ -65,9 +65,12 @@
<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:outputText id="showUiDebug" value="Ctrl+Shift+L
" />
+ -->
<h:outputLabel id="renderCheckerLabel" value="Render
Checker" for="renderChecker"/>
<a4j:outputPanel id="renderChecker">
@@ -90,8 +93,11 @@
updateStatusChecker();
</script>
</a4j:outputPanel>
-
- <ui:debug hotkey="L" />
+
+ <!--
+ TODO: disabled because of MyFaces issue: MYFACES-3061 (RF-10668)
+ ui:debug hotkey="L"
+ -->
</h:panelGrid>
Show replies by date