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