Fixed closing table tags in views

这个提交包含在:
Andreas 2023-11-22 14:48:33 +01:00
父节点 27c8af1f9f
当前提交 e3814bf1e8
共有 2 个文件被更改,包括 4 次插入4 次删除

查看文件

@ -76,7 +76,7 @@
</tr>
<?php } ?>
</tbody>
<table>
</table>
</div>
<?php } ?>
</div>

查看文件

@ -17,7 +17,7 @@
<p class="card-text"><?php echo lang('station_location_header_ln3'); ?></p>
<p><a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> <?php echo lang('station_location_create'); ?></a></p>
<?php if ($stations->num_rows() > 0) { ?>
<?php if($current_active == 0) { ?>
@ -33,7 +33,7 @@
<?php echo lang('station_location_reassign_at'); ?> <a href="<?php echo site_url('maintenance/'); ?>" class="btn btn-warning"><i class="fas fa-sync"></i><?php echo lang('account_word_admin') . "/" . lang('general_word_maintenance'); ?></a>
</div>
<?php } ?>
<div class="table-responsive">
<table id="station_locations_table" class="table table-sm table-striped">
<thead>
@ -90,7 +90,7 @@
<?php } ?>
</tbody>
<table>
</table>
</div>
<?php } ?>
</div>