|
@@ -57,11 +57,11 @@ discard block |
|
|
block discarded – undo |
|
57
|
57
|
$this->P->cb_subnav = 'admin'; |
|
58
|
58
|
|
|
59
|
59
|
$CUA = [ |
|
60
|
|
- ['title' => HardcodedText::get('customeradmin_list_no'), 'key' => 'cust_no', 'width' => '16%', 'linked' => false,'stylehead' => 'text-align: left;',], |
|
61
|
|
- ['title' => HardcodedText::get('customeradmin_list_company'), 'key' => 'cust_corp', 'width' => '16%', 'linked' => false,'stylehead' => 'text-align: left;',], |
|
62
|
|
- ['title' => HardcodedText::get('customeradmin_list_name'), 'key' => 'cust_name', 'width' => '16%', 'linked' => false,'stylehead' => 'text-align: left;',], |
|
63
|
|
- ['title' => HardcodedText::get('customeradmin_list_town'), 'key' => 'cust_town', 'width' => '16%', 'linked' => false,'stylehead' => 'text-align: left;',], |
|
64
|
|
- ['title' => HardcodedText::get('customeradmin_list_active'), 'key' => 'cust_active', 'width' => '16%', 'linked' => false,'stylehead' => 'text-align: left;',], |
|
|
60
|
+ ['title' => HardcodedText::get('customeradmin_list_no'), 'key' => 'cust_no', 'width' => '16%', 'linked' => false, 'stylehead' => 'text-align: left;', ], |
|
|
61
|
+ ['title' => HardcodedText::get('customeradmin_list_company'), 'key' => 'cust_corp', 'width' => '16%', 'linked' => false, 'stylehead' => 'text-align: left;', ], |
|
|
62
|
+ ['title' => HardcodedText::get('customeradmin_list_name'), 'key' => 'cust_name', 'width' => '16%', 'linked' => false, 'stylehead' => 'text-align: left;', ], |
|
|
63
|
+ ['title' => HardcodedText::get('customeradmin_list_town'), 'key' => 'cust_town', 'width' => '16%', 'linked' => false, 'stylehead' => 'text-align: left;', ], |
|
|
64
|
+ ['title' => HardcodedText::get('customeradmin_list_active'), 'key' => 'cust_active', 'width' => '16%', 'linked' => false, 'stylehead' => 'text-align: left;', ], |
|
65
|
65
|
[ |
|
66
|
66
|
'title' => HardcodedText::get('customeradmin_list_edit'), |
|
67
|
67
|
'key' => 'cust_id', |
|
@@ -69,7 +69,7 @@ discard block |
|
|
block discarded – undo |
|
69
|
69
|
'linked' => true, |
|
70
|
70
|
'ltarget' => '/_admin/customeradmin.html', |
|
71
|
71
|
'lkeyname' => 'id', |
|
72
|
|
- 'lgetvars' => ['action' => 'edit',], |
|
|
72
|
+ 'lgetvars' => ['action' => 'edit', ], |
|
73
|
73
|
], |
|
74
|
74
|
]; |
|
75
|
75
|
$aPData = $this->handleCustomerAdmin($CUA, $this->serviceManager->get('twig')); |