This commit is contained in:
liumengyi
2022-07-18 08:46:51 +08:00
parent ce27a627af
commit 6c16eab8eb
+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)):?>