mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
Adjust error message positions of sign-in form.
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
<td>
|
<td>
|
||||||
<form action="@path/signin" method="POST" validate="true">
|
<form action="@path/signin" method="POST" validate="true">
|
||||||
<label for="userName">Username</label>
|
<label for="userName">Username</label>
|
||||||
<input type="text" name="userName" id="userName" style="width: 95%"/>
|
|
||||||
<span id="error-userName" class="error"></span>
|
<span id="error-userName" class="error"></span>
|
||||||
|
<input type="text" name="userName" id="userName" style="width: 95%"/>
|
||||||
<label for="password">Password</label>
|
<label for="password">Password</label>
|
||||||
<input type="password" name="password" id="password" style="width: 95%"/>
|
|
||||||
<span id="error-password" class="error"></span>
|
<span id="error-password" class="error"></span>
|
||||||
|
<input type="password" name="password" id="password" style="width: 95%"/>
|
||||||
<div>
|
<div>
|
||||||
<input type="submit" class="btn btn-success" value="Sign in"/>
|
<input type="submit" class="btn btn-success" value="Sign in"/>
|
||||||
@if(systemSettings.allowAccountRegistration){
|
@if(systemSettings.allowAccountRegistration){
|
||||||
|
|||||||
Reference in New Issue
Block a user