Styling & bugfix
This commit is contained in:
@@ -239,9 +239,9 @@ $view .= '</form>';
|
|||||||
$view .= '</div></div>';
|
$view .= '</div></div>';
|
||||||
if ($update_allowed === 1){
|
if ($update_allowed === 1){
|
||||||
$view .= '<div class="content-block">
|
$view .= '<div class="content-block">
|
||||||
<div class="block-header">
|
<div class="block-header" style="margin-bottom: 40px;border-bottom: 0px;">
|
||||||
<i class="fa-solid fa-bars fa-sm"></i>'.$tab3.' '.$total_summary.'
|
<i class="fa-solid fa-bars fa-sm"></i>'.$tab3.' '.$total_summary.'
|
||||||
<button class="btn" style="float: inline-end;" onclick="printDiv(\'excel_table\')>Print</button>
|
<button class="btn" style="float:inline-end;" onclick="printDiv(\'excel_table\')">Print</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="table order-table" id="excel_table">
|
<div class="table order-table" id="excel_table">
|
||||||
'.($order_header ?? '' ).'
|
'.($order_header ?? '' ).'
|
||||||
|
|||||||
Reference in New Issue
Block a user