Author: chathura
Date: Wed Jan 16 21:57:07 2008
New Revision: 12375
Log:
Fixed the UI sign in problem.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp Wed Jan
16 21:57:07 2008
@@ -16,7 +16,7 @@
<div id="loginBox" class="popup-bot">
- <form>
+ <form action="/wso2registry/system/signin" method="post">
<table class="form-table" border="0" cellspacing="0"
cellpadding="0" style=" width:100%">
<tr>
<td>User Name:</td>
@@ -29,7 +29,7 @@
<tr>
<td></td>
<td>
- <input id="signin" type="button" class="button"
value="Sign In"/> <input type="button" class="button" value="Cancel"
onclick="showHideCommon('popup-main'); showHideCommon('popup');"
style="margin-left:10px;" />
+ <input id="signin" type="submit" class="button"
value="Sign In"/> <input type="button" class="button" value="Cancel"
onclick="showHideCommon('popup-main'); showHideCommon('popup');"
style="margin-left:10px;" />
</td>
</tr>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev