Merge branch 'sprint/235_dongli_bug66816' into 'sprint/235'

* Fix bug #66816.

See merge request easycorp/zentaopms!5207
This commit is contained in:
王怡栋
2022-08-31 08:03:14 +00:00
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1 +1,3 @@
th.required:after {position: relative; right: 10px;}
.main-form tbody > tr > th {padding: 2em;}
.main-form tfoot > tr > td {padding-top: 0px;}
+2 -2
View File
@@ -108,7 +108,7 @@
</tr>
<?php endforeach;?>
<tr>
<th colspan='2'><?php echo $lang->user->verifyPassword?></th>
<th colspan='4'><?php echo $lang->user->verifyPassword?></th>
<td colspan='2'>
<div class="required required-wrapper"></div>
<input type='text' style="display:none"> <!-- for disable autocomplete all browser -->
@@ -119,7 +119,7 @@
</tbody>
<tfoot>
<tr>
<td colspan="<?php echo count($visibleFields) + 4;?>" class="text-center form-actions">
<td colspan="<?php echo count($visibleFields) + 6;?>" class="text-center form-actions">
<?php echo html::submitButton($lang->save);?>
<?php echo html::backButton();?>
</td>