[gatein-commits] gatein SVN: r2066 - in portal/trunk/web/portal/src/main/webapp/templates: skin/webui/component/UIHomePagePortlet and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 9 21:44:32 EST 2010


Author: thuy.nguyen
Date: 2010-03-09 21:44:31 -0500 (Tue, 09 Mar 2010)
New Revision: 2066

Modified:
   portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
   portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
Log:
GTNPORTAL-806:  Links on Home page

Modified: portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
===================================================================
--- portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl	2010-03-10 00:30:47 UTC (rev 2065)
+++ portal/trunk/web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl	2010-03-10 02:44:31 UTC (rev 2066)
@@ -2,10 +2,10 @@
 	<div class="TRContainer">
 		<div class="PortletDecoration">					
 			<div class="GuideText"><%=_ctx.appRes("UIHomePagePortlet.Label.IntroText")%></div>
-			<div class="VersionIcon"><span></span></div>
+			<a class="VersionIcon" href="http://www.jboss.org/gatein/" target="_blank"></a>
 			<div class="DotLine"><span></span></div>
 			<div class="GuideText"><%=_ctx.appRes("UIHomePagePortlet.Label.GuideText")%></div>
-			<div class="ContactIcon"><span></span></div>
+			<a class="ContactIcon" href="http://community.jboss.org/en/gatein?view=discussions" target="_blank"></a>
 			
 		</div>
 	</div>

Modified: portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
===================================================================
--- portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2010-03-10 00:30:47 UTC (rev 2065)
+++ portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2010-03-10 02:44:31 UTC (rev 2066)
@@ -63,7 +63,8 @@
 	height: 65px;
 	width: 80px;
 	margin: 20px auto;
-	cursor: pointer;
+	cursor: pointer;
+	display: block;
 }
 
 .UIHomePagePortlet .TRContainer .ContactIcon {
@@ -71,7 +72,8 @@
 	height: 70px;
 	width: 80px;
 	margin: 20px auto;
-	cursor: pointer;
+	cursor: pointer;
+	display: block;
 }
 
 .UIHomePagePortlet  .TLContainer {



More information about the gatein-commits mailing list