[gatein-commits] gatein SVN: r4175 - portal/branches/branch-r4047/web/portal/src/main/webapp/groovy/webui/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 13 11:24:43 EDT 2010


Author: phuong_vu
Date: 2010-09-13 11:24:42 -0400 (Mon, 13 Sep 2010)
New Revision: 4175

Modified:
   portal/branches/branch-r4047/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl
Log:
GTNPORTAL-1368 Fix UIConfirmation bug with IE

Modified: portal/branches/branch-r4047/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl
===================================================================
--- portal/branches/branch-r4047/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl	2010-09-13 13:40:17 UTC (rev 4174)
+++ portal/branches/branch-r4047/web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl	2010-09-13 15:24:42 UTC (rev 4175)
@@ -41,7 +41,7 @@
 	
 	void printMessage(String message, String messageType)
 	{
-		println "<div class=\"UITabContent\"";
+		println "<div class=\"UITabContent\">";
 		println "	<div class=\"PopupMessageBox\">";
 		println "		<div class=\"$messageType\">";
 		println "			<div class=\"PopupMessageContainer\">";



More information about the gatein-commits mailing list