edit css
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user