[-] BO : fixed bug #PSCFV-2259 - "Contact options" section is missing from Customers > Contacts page

This commit is contained in:
vAugagneur
2012-05-09 14:20:13 +00:00
parent e80498c877
commit d2652c6bfd

View File

@@ -130,6 +130,24 @@ class AdminCustomerThreadsControllerCore extends AdminController
$this->shopLinkType = 'shop';
$this->fields_options = array(
'contact' => array(
'title' => $this->l('Contact options'),
'fields' => array(
'PS_CUSTOMER_SERVICE_FILE_UPLOAD' => array(
'title' => $this->l('Allow file upload'),
'desc' => $this->l('Allow customers to upload file using contact page'),
'type' => 'bool'
),
'PS_CUSTOMER_SERVICE_SIGNATURE' => array(
'title' => $this->l('Allow file upload'),
'desc' => $this->l('Please fill the message that appears by default when you answer a thread on the customer service page'),
'type' => 'textareaLang',
'lang' => true,
'rows' => 10,
'cols' => 40
)
),
),
'general' => array(
'title' => $this->l('Customer service options'),
'fields' => array(