Merge branch 'fixbugs_zhouxin_21320' into 'master'

* Fix bug #21320.

See merge request easycorp/zentaopms!2839
This commit is contained in:
孙广明
2022-04-11 09:25:00 +00:00
+1 -1
View File
@@ -59,7 +59,7 @@
<caption class='text-left text-muted'><?php echo $lang->user->accountInfo;?></caption>
<tr>
<th class='w-140px'><?php echo $lang->user->account;?></th>
<td class='w-p40'><?php echo html::input('account', $user->account, "class='form-control'");?></td>
<td class='w-p40'><?php echo html::input('account', $user->account, "class='form-control' disabled");?></td>
<th class='w-130px'><?php echo $lang->user->email;?></th>
<td>
<?php echo html::input('email', $user->email, "class='form-control'");?>