mirror of https://github.com/apache/cloudstack.git
bug 7660: login screen - change login button from <div> to <button>
This commit is contained in:
parent
26a0492cbe
commit
90596ac674
|
|
@ -102,8 +102,8 @@
|
|||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
<div class="loginbutton_box">
|
||||
<div class="login_button" id="loginbutton" ><fmt:message key="label.login"/></div>
|
||||
<div class="loginbutton_box">
|
||||
<button type="button" id="loginbutton" class="login_button"><fmt:message key="label.login"/></button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue