[gatein-commits] gatein SVN: r7763 - in epp/portal/branches/EPP_5_2_Branch/web: portal/src/main/webapp/groovy/portal/webui/portal and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 18 02:43:08 EDT 2011


Author: theute
Date: 2011-10-18 02:43:08 -0400 (Tue, 18 Oct 2011)
New Revision: 7763

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl
Log:
JBEPP-1294:Missing ResizeButton in DOM of UIPopupMessage

Modified: epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css	2011-10-18 04:40:20 UTC (rev 7762)
+++ epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupWindow/Stylesheet.css	2011-10-18 06:43:08 UTC (rev 7763)
@@ -89,6 +89,12 @@
 	margin: auto;
 }
 
+.UIPopupWindow .ResizeButton {
+	width: 13px;
+	height: 13px;
+	margin: 0px 5px 5px 0px;
+}
+
 /************************** UIPortalComposer **************************/
 
 .UIPortalComposer {
@@ -213,12 +219,6 @@
 	border: none;
 }
 
-.UIPortalComposer .ResizeButton {
-	width: 13px; 
-	height: 13px;
-	margin: 0px 0px 5px 0px;
-}
-
 .UIPortalComposer > .OverflowContainer{
 	background: url(background/PortalComposer.gif) repeat-x left -34px;
 	height: 30px;

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl	2011-10-18 04:40:20 UTC (rev 7762)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/portal/webui/portal/UIPortalComposer.gtmpl	2011-10-18 06:43:08 UTC (rev 7763)
@@ -36,8 +36,8 @@
 				<a href="javascript:void(0);" class="ViewAsBlockIcon"><%=_ctx.appRes(popupId + ".action.SwitchMode")%></a>
 			</span>						
 		</div>
-		<span class="ResizeButton"></span>
 	</div>
+	<span class="ResizeButton"></span>
 </div>
 <script language="javascript">
 	eXo.portal.portalMode = <%=uicomponent.getPortalMode();%>;

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl	2011-10-18 04:40:20 UTC (rev 7762)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl	2011-10-18 06:43:08 UTC (rev 7763)
@@ -45,4 +45,5 @@
 	<div class="UIWindowContent">
 		<div class="PopupContent" style="$heightStyle"><% uicomponent.renderChildren(); %></div>
 	</div>
+	<span class="ResizeButton"></span>
 </div>



More information about the gatein-commits mailing list