Merge branch 'sprint/215_liumengyi_25399' into 'master'

* Fix bug #25399.

See merge request easycorp/zentaopms!4589
This commit is contained in:
孙广明
2022-07-18 00:53:33 +00:00
+1 -1
View File
@@ -45,7 +45,7 @@
<td><?php echo html::password('password2', '', "class='form-control'");?></td>
</tr>
<tr>
<td colspan='2' class='text-center form-actions'><?php echo html::submitButton() . html::backButton();?></td>
<td colspan='2' class='text-center form-actions'><?php echo html::submitButton();?></td>
</tr>
</table>
<?php if(!empty($this->app->user->modifyPasswordReason)):?>