feat: Enhance print functionality and add success modal for mass updates
This commit is contained in:
@@ -330,17 +330,8 @@ $view .= '</div>';
|
||||
//BUILD TO INPUT FORM BASED ON ARRAY
|
||||
// ------------------------------
|
||||
//
|
||||
$view .='<div class="tabs">
|
||||
<a href="#" class="active">'.($rma_return_tab1 ?? 'Return reason').'</a>';
|
||||
|
||||
if($rma['header']['servicereport_available'] == 0 ){
|
||||
$view .='<a href="#">'.($rma_return_tab2 ?? 'Questions').'</a>';
|
||||
}
|
||||
|
||||
$view .= '</div>';
|
||||
|
||||
$view .= '<div class="tabs">
|
||||
<a href="#" class="active">'.$tab1.'</a>
|
||||
<a href="#" class="active">'.($rma_return_tab1 ?? 'Return reason').'</a>
|
||||
</div>';
|
||||
|
||||
$view .= '<div class="content-block tab-content active">
|
||||
@@ -359,11 +350,10 @@ $view .= '<div class="content-block tab-content active">
|
||||
</div>
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
if($rma['header']['servicereport_available'] == 0 ){
|
||||
$view .= '<div class="tabs">
|
||||
<a href="#">'.$tab2.'</a>
|
||||
<a href="#">'.($rma_return_tab2 ?? 'Questions').'</a>
|
||||
</div>';
|
||||
|
||||
$view .= '<div class="content-block tab-content">
|
||||
<div class="form responsive-width-100">';
|
||||
if($rma['header']['servicereport_available'] == 0 ){
|
||||
|
||||
Reference in New Issue
Block a user