Commit 7d3d26ade81acd1f17382b93c059acf0b68635a8
1 parent
49c85825
Exists in
master
and in
97 other branches
index+
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
index.html
@@ -23,8 +23,10 @@ | @@ -23,8 +23,10 @@ | ||
23 | <div id="loader" class="loader"></div> | 23 | <div id="loader" class="loader"></div> |
24 | <input type="text" name="username" placeholder="LOGIN" id="Btn_EnterLogin" class="PlaceHolder" /> | 24 | <input type="text" name="username" placeholder="LOGIN" id="Btn_EnterLogin" class="PlaceHolder" /> |
25 | <input type="password" name="password" placeholder="PASSWORD" id="Btn_EnterPassword" class="PlaceHolder"/> | 25 | <input type="password" name="password" placeholder="PASSWORD" id="Btn_EnterPassword" class="PlaceHolder"/> |
26 | - <div><input id="Btn_Login" name="login" type="submit" value=""/></div> | ||
27 | - <div id="textLogin">( Registered User )</div> | 26 | + <div id="userLogin"> |
27 | + <div><input id="Btn_Login" name="login" type="submit" value=""/></div> | ||
28 | + <div id="textLogin">Login ( Registered Users )</div> | ||
29 | + </div> | ||
28 | </form> | 30 | </form> |
29 | <script type="text/javascript"> | 31 | <script type="text/javascript"> |
30 | function setLoginLoader(value) { | 32 | function setLoginLoader(value) { |