Author: theute
Date: 2012-04-11 06:27:18 -0400 (Wed, 11 Apr 2012)
New Revision: 8686
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp
Log:
Bug 810311 - Hitting enter on login page is broken (JS error)
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp 2012-04-11
08:48:48 UTC (rev 8685)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/jsp/login.jsp 2012-04-11
10:27:18 UTC (rev 8686)
@@ -93,14 +93,14 @@
<td><%=res.getString("UILoginForm.label.RememberOnComputer")%></td>
</tr>
</table>
- <div id="UIPortalLoginFormAction"
class="LoginButton">
- <table class="LoginButtonContainer">
+ <div class="LoginButton">
+ <table id="UIPortalLoginFormAction"
class="LoginButtonContainer" onclick="login();">
<tr>
<td class="Button">
<div class="LeftButton">
<div class="RightButton">
<div class="MiddleButton">
- <a href="#"
onclick="login();"><%=res.getString("UILoginForm.label.Signin")%></a>
+ <a
href="#"><%=res.getString("UILoginForm.label.Signin")%></a>
</div>
</div>
</div>
Show replies by date