mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
- some minor cosmetic corrections
This commit is contained in:
parent
27a55e6916
commit
57e29071d8
|
@ -125,7 +125,7 @@ function showUser(selectObj) {
|
|||
</tr>
|
||||
<tr>
|
||||
<td><?php printMLText("password");?>:</td>
|
||||
<td><input class="pwd" name="pwd" rel="strengthbar" type="password"><td>
|
||||
<td><input class="pwd" type="password" rel="strengthbar" name="pwd" id="password"></td>
|
||||
</tr>
|
||||
<?php
|
||||
if($passwordstrength > 0) {
|
||||
|
@ -141,7 +141,7 @@ function showUser(selectObj) {
|
|||
?>
|
||||
<tr>
|
||||
<td><?php printMLText("confirm_pwd");?>:</td>
|
||||
<td><input type="Password" name="pwdconf"></td>
|
||||
<td><input type="password" name="pwdconf"></td>
|
||||
</tr>
|
||||
<?php
|
||||
if($passwordexpiration > 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user