[gatein-commits] gatein SVN: r5138 - in exo/portal/branches/3.1.x/portlet: web/src/main/webapp/groovy/portal/webui/component and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 17 05:59:38 EST 2010


Author: kien_nguyen
Date: 2010-11-17 05:59:37 -0500 (Wed, 17 Nov 2010)
New Revision: 5138

Removed:
   exo/portal/branches/3.1.x/portlet/exoadmin/src/main/webapp/groovy/account/
   exo/portal/branches/3.1.x/portlet/web/src/main/webapp/groovy/portal/webui/component/UILoginForm.gtmpl
Log:
EXOGTN-163 [PLF] Clean redundant UILoginForm resources

Deleted: exo/portal/branches/3.1.x/portlet/web/src/main/webapp/groovy/portal/webui/component/UILoginForm.gtmpl
===================================================================
--- exo/portal/branches/3.1.x/portlet/web/src/main/webapp/groovy/portal/webui/component/UILoginForm.gtmpl	2010-11-17 10:15:32 UTC (rev 5137)
+++ exo/portal/branches/3.1.x/portlet/web/src/main/webapp/groovy/portal/webui/component/UILoginForm.gtmpl	2010-11-17 10:59:37 UTC (rev 5138)
@@ -1,13 +0,0 @@
-<div class="UILoginForm" id="ChildTest">
-	<%uiform.begin()%>
-	<div class="FieldContainer">
-		<label for="userName"><%=_ctx.appRes("UILoginForm.label.login")%></label>
-		<% uiform.renderChild(0); %>
-	</div>
-	<div class="FieldContainer">
-		<label for="password"><%=_ctx.appRes("UILoginForm.label.password")%></label>
-		<% uiform.renderChild(1); %>
-	</div>
-	<a class="Button" href="<%=uicomponent.url("Login");%>"><span></span></a>
-	<%uiform.end()%>
-</div>



More information about the gatein-commits mailing list