edit css
This commit is contained in:
@ -37,12 +37,12 @@
|
||||
<table class="table table-bordered table-striped dataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sn</th>
|
||||
<th>Voucher Name</th>
|
||||
<th>Default Debits</th>
|
||||
<th>Default Credits</th>
|
||||
<th>Voucher Color</th>
|
||||
<th class="table-col col-2">Action</th>
|
||||
<th >Sn</th>
|
||||
<th class="col-2">Voucher Name</th>
|
||||
<th class="col-4">Default Debits</th>
|
||||
<th class="col-4">Default Credits</th>
|
||||
<th class="col-1 text-center">Voucher Color</th>
|
||||
<th class="table-col col-1 text-center">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -57,8 +57,8 @@
|
||||
<td><?php echo showAccountCategoriesByIds(($TableRow->default_credits!="")?explode(",",$TableRow->default_credits):array()); ?></td>
|
||||
|
||||
|
||||
<td><span class="inline-block" style="padding:0px 8px;border:1px solid <?php echo $TableRow->voucher_color; ?>;background:<?php echo $TableRow->voucher_color; ?>"> </span> </td>
|
||||
<td>
|
||||
<td class="text-center"><span class="inline-block " style="padding:0px 8px;text-align:center;border:1px solid <?php echo $TableRow->voucher_color; ?>;background:<?php echo $TableRow->voucher_color; ?>"> </span> </td>
|
||||
<td class="text-center">
|
||||
<?php showEditButton($commandURL = "accounts/setup/editvouchertype/" . $TableRow->vouchertype_id , "Edit", ""); ?>
|
||||
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user