edit css
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
<table class="table table-bordered table-striped longdataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-2">Type</th>
|
||||
<th class="col-1">Type</th>
|
||||
<th>Category Name</th>
|
||||
<td class="col-1">Action</th>
|
||||
<th class="col-1 text-center">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -26,7 +26,7 @@
|
||||
break;
|
||||
endforeach; ?>
|
||||
<?php if ($TableRow->parent_category_id == 0) : ?>
|
||||
<tr>
|
||||
<tr class="text-center">
|
||||
<td><?php echo $TableRow->AccountGroup->acgroup_name; ?></td>
|
||||
<td><?php echo $TableRow->accategory_name; ?></td>
|
||||
<td><a href="<?php echo site_url("master/accategories/edit_parents/$id"); ?>" class="btn btn-info btn-xs"><i class="fas fa-edit"></i> </a>
|
||||
|
Reference in New Issue
Block a user