Updated password show button behaviour
This commit is contained in:
parent
f8fba558e5
commit
52a0cb7963
@ -195,7 +195,7 @@
|
||||
<tr>
|
||||
<td><label for="ap_password" class="white-text" style="font-size:1em;">Password :</label></td>
|
||||
<td><input placeholder="Password" id="ap_password" type="password" class="validate white-text"></td>
|
||||
<td><img class="cursor-hand" onmouseup="showHidePassword('ap_password','hide')" onmouseleave="showHidePassword('ap_password','hide')" onmousedown="showHidePassword('ap_password','show');" style="width:40px;" src="rsrc/show_pass.png"></td>
|
||||
<td><img class="cursor-hand" onmouseup="showHidePassword('ap_password','hide');" onmouseleave="showHidePassword('ap_password','hide');" onmousedown="showHidePassword('ap_password','show');" style="width:40px;" src="rsrc/show_pass.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
@ -246,7 +246,7 @@
|
||||
<tr>
|
||||
<td><label for="sta_password" class="white-text" style="font-size:1em;">Password :</label></td>
|
||||
<td><input placeholder="Password" id="sta_password" type="password" class="validate white-text"></td>
|
||||
<td><img class="cursor-hand" onmouseleave="showHidePassword('sta_password','hide')" onmouseover="showHidePassword('sta_password','show');" style="width:40px;" src="rsrc/show_pass.png"></td>
|
||||
<td><img class="cursor-hand" onmouseup="showHidePassword('sta_password','hide');" onmouseleave="showHidePassword('sta_password','hide');" onmousedown="showHidePassword('sta_password','show');" style="width:40px;" src="rsrc/show_pass.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -463,7 +463,7 @@
|
||||
<tr>
|
||||
<td><label for="user_password" class="white-text" style="font-size:1em;">Password :</label></td>
|
||||
<td><input placeholder="Password" id="user_password" type="password" class="validate white-text"></td>
|
||||
<td><img class="cursor-hand" onmouseleave="showHidePassword('user_password','hide')" onmouseover="showHidePassword('user_password','show');" style="width:40px;" src="rsrc/show_pass.png"></td>
|
||||
<td><img class="cursor-hand" onmouseup="showHidePassword('user_password','hide');" onmouseleave="showHidePassword('user_password','hide');" onmousedown="showHidePassword('user_password','show');" style="width:40px;" src="rsrc/show_pass.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user