Author: ppitonak(a)redhat.com
Date: 2011-08-11 10:27:45 -0400 (Thu, 11 Aug 2011)
New Revision: 22621
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/richPopupPanel.xhtml
Log:
template for rich:popupPanel fixed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/richPopupPanel.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/richPopupPanel.xhtml 2011-08-11
13:24:48 UTC (rev 22620)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/richPopupPanel.xhtml 2011-08-11
14:27:45 UTC (rev 22621)
@@ -31,9 +31,9 @@
</h:commandButton>
<rich:popupPanel id="containerPopupPanel"
domElementAttachment="parent" header="Popup panel"
- minHeight="400" minWidth="700"
moveable="true" resizeable="true" show="true" >
+ minHeight="400" minWidth="700"
moveable="true" resizeable="true" show="true"
zindex="1">
<f:facet name="controls">
- <h:outputLink value="#"
onclick="#{rich:component('popupPanel')}.hide(); return
false;">X</h:outputLink>
+ <h:outputLink value="#"
onclick="#{rich:component('containerPopupPanel')}.hide(); return
false;">X</h:outputLink>
</f:facet>
<ui:decorate template="#{templateBean.nextTemplate}.xhtml"
/>