changes
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<div class="card-body ">
|
||||
|
||||
<?php $TableData = $this->db->query("select * from tbl_translations where status=1")->result(); ?>
|
||||
<table class="table table-bordered table-striped dataTable">
|
||||
<table class="table table-bordered table-striped longdataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center col-1"><?php myLang('Translation Id'); ?></th>
|
||||
|
Reference in New Issue
Block a user