[gatein-commits] gatein SVN: r1830 - in portal/trunk/web: portal/src/main/webapp/groovy/portal/webui/page and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 24 03:33:34 EST 2010


Author: thuy.nguyen
Date: 2010-02-24 03:33:33 -0500 (Wed, 24 Feb 2010)
New Revision: 1830

Modified:
   portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/Stylesheet.css
   portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageTemplateOptions.gtmpl
Log:
GTNPORTAL-478: Error UI in Page Layout form when create new page in Manage Page with Spanish language

Modified: portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/Stylesheet.css
===================================================================
--- portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/Stylesheet.css	2010-02-24 07:00:16 UTC (rev 1829)
+++ portal/trunk/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/Stylesheet.css	2010-02-24 08:33:33 UTC (rev 1830)
@@ -151,7 +151,8 @@
 }
 
 .UIItemSelector .RightColumnStyle .Title {
-	line-height: 22px;
+	line-height: 22px; white-space: nowrap; 
+	width: 300px; overflow: hidden;
 	font-weight: bold; color: #5c5c5c; 
 	float: left; /* orientation=lt */
 	float: right; /* orientation=rt */

Modified: portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageTemplateOptions.gtmpl
===================================================================
--- portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageTemplateOptions.gtmpl	2010-02-24 07:00:16 UTC (rev 1829)
+++ portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/page/UIPageTemplateOptions.gtmpl	2010-02-24 08:33:33 UTC (rev 1830)
@@ -71,10 +71,9 @@
 				templates = category.getSelectItemOptions();
 		%>
 				<div class="ItemDetailList" style="display: $display;">
-					<div class="ItemDetailTitle">
+					<div class="ItemDetailTitle ClearFix">
 						<div class="TitleIcon ViewListIcon"><span></span></div>
-						<div class="Title"><%=_ctx.appRes("UIItemSelector.lable.ItemDetailTitle")%></div>
-						<div class="ClearLeft"><span></span></div>
+						<div class="Title">fjng ls glfjsd gsd jkg fsdkslkjd kdh kfsdh l sd  dd gsdf gsdfgd<%=_ctx.appRes("UIItemSelector.lable.ItemDetailTitle")%></div>
 					</div>
 					<%
 						//int i = 0;							 



More information about the gatein-commits mailing list