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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15113 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-05-09 14:20:13 +00:00
parent b9497e80a7
commit ab408ad848
@@ -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(