edit css
This commit is contained in:
@ -15,9 +15,8 @@
|
||||
<th><?php myLang('S.N'); ?></th>
|
||||
<th><?php myLang('Date'); ?></th>
|
||||
<th><?php myLang('Purchase Transaction'); ?></th>
|
||||
<th><?php myLang('Amount'); ?></th>
|
||||
|
||||
<td><b>Action</b></th>
|
||||
<th class="text-center"><?php myLang('Amount'); ?></th>
|
||||
<td class="text-center"><b>Action</b></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -52,9 +51,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td><?php echo myCurrency($TableRow->TotalPurchase); ?></td>
|
||||
|
||||
|
||||
<td><?php showDetailsButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/details/$id"); ?>
|
||||
<td class="text-center"><?php showDetailsButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/details/$id"); ?>
|
||||
<?php showDeleteButton($id); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user