Author: hansbak
Date: Wed May 6 10:33:28 2009
New Revision: 772136
URL:
http://svn.apache.org/viewvc?rev=772136&view=revLog:
update of login screen better in new bizz scheme
Modified:
ofbiz/trunk/specialpurpose/myportal/widget/login.ftl
Modified: ofbiz/trunk/specialpurpose/myportal/widget/login.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/login.ftl?rev=772136&r1=772135&r2=772136&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/login.ftl (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/login.ftl Wed May 6 10:33:28 2009
@@ -25,9 +25,8 @@
<#else>
<#assign focusName = true>
</#if>
-
<center>
- <div class="screenlet login-screenlet" style="width: 22%; margin-left: 5px; text-align: center;">
+ <div class="screenlet login-screenlet">
<div class="screenlet-title-bar">
<h3>${uiLabelMap.CommonRegistered}</h3>
</div>
@@ -35,7 +34,7 @@
<form method="post" action="<@ofbizUrl>login</@ofbizUrl>" name="loginform">
<table class="basic-table" cellspacing="0">
<tr>
- <td class="label" style="width: 31%;">${uiLabelMap.CommonUsername}</td>
+ <td class="label">${uiLabelMap.CommonUsername}</td>
<td><input type="text" name="USERNAME" value="${username}" size="20"/></td>
</tr>
<tr>
@@ -51,7 +50,6 @@
<input type="hidden" name="JavaScriptEnabled" value="N"/>
<br/>
<a href="<@ofbizUrl>forgotPassword</@ofbizUrl>">${uiLabelMap.CommonForgotYourPassword}?</a>
- <br/>
<a href="<@ofbizUrl>newRegisterLogin</@ofbizUrl>">${uiLabelMap.MyPortalNewRegistration}</a>
</form>
</div>
@@ -65,4 +63,4 @@
<#else>
document.loginform.PASSWORD.focus();
</#if>
-</script>
\ No newline at end of file
+</script>