* Fix details.

This commit is contained in:
Yagami
2020-10-29 14:04:46 +08:00
parent 46d2d5c9e7
commit b4ea03a2fd
9 changed files with 46 additions and 35 deletions
+5 -1
View File
@@ -49,10 +49,14 @@
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td class='text-center' colspan='3'><?php echo html::submitButton();?></td>
</tr>
</tfoot>
</table>
<?php endif;?>
</div>
<div class='modal-footer'><?php echo html::submitButton();?></div>
</div>
</form>
</div>