[*] BO : #PSFV-94 - added AdminDbController

This commit is contained in:
tDidierjean
2011-10-19 13:18:51 +00:00
parent dc2c8fa3d9
commit cc6e3a6dab
18 changed files with 223 additions and 158 deletions
@@ -53,6 +53,7 @@ class AdminContactsControllerCore extends AdminController
)),
'PS_CUSTOMER_SERVICE_SIGNATURE' => array('title' => $this->l('Pre-defined message'), 'desc' => $this->l('Please fill the message that appears by default when you answer a thread on the customer service page'), 'cast' => 'pSQL', 'type' => 'textareaLang', 'identifier' => 'value', 'cols' => 40, 'rows' => 8),
),
'submit' => array()
),
);