This commit is contained in:
Raju Shrestha
2024-08-08 18:41:24 +05:45
parent 114e7aa4c2
commit e47ff3321d
6 changed files with 14 additions and 12 deletions

View File

@ -71,7 +71,7 @@
<th class="table-col col-1"><?php myLang('S.N'); ?></th>
<th><?php myLang('Unit Name '); ?></th>
<th><?php myLang('Unit Code'); ?></th>
<th class="table-col col-1">Action</th>
<th class="col-1 text-center">Action</th>
</tr>
</thead>
<tbody>
@ -83,7 +83,7 @@
<td><?php echo $a; ?></td>
<td><?php echo $TableRow->title; ?></td>
<td><?php echo $TableRow->description; ?></td>
<td><?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?>
<td class="text-center"><?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?>
<?php showDeleteButton($id); ?>
</td>
</tr>