This commit is contained in:
hufangzhou
2021-12-09 16:54:30 +08:00
parent 0a16828af9
commit ab5b5bdf87
2 changed files with 3 additions and 1 deletions
@@ -85,7 +85,7 @@
</tr>
<?php endfor;?>
</tbody>
<tfoot><tr><td colspan='6' class='text-center form-actions'><?php echo html::submitButton() . ' ' . html::backButton(); ?></td></tr></tfoot>
<tfoot><tr><td colspan='6' class='form-actions'><?php echo html::submitButton() . ' ' . html::backButton(); ?></td></tr></tfoot>
</table>
</form>
</div>