Merge pull request #69 from PrestaEdit/mails

[+] Project: add the possibility to change the default color (#db3484)
This commit is contained in:
Vincent Augagneur
2012-12-12 06:59:04 -08:00
151 changed files with 1052 additions and 1028 deletions
@@ -183,6 +183,14 @@ class AdminThemesControllerCore extends AdminController
2 => $this->l('I want to enable it only on touchpads'),
3 => $this->l('I want to enable it on mobile and touchpad devices')
)
),
'PS_MAIL_COLOR' => array(
'title' => $this->l('Mail color'),
'desc' => $this->l('Mail will be highlighted in this color. HTML colors only (e.g.').' "lightblue", "#CC6600")',
'type' => 'color',
'name' => 'PS_MAIL_COLOR',
'size' => 30,
'value' => Configuration::get('PS_MAIL_COLOR')
)
),
'submit' => array('title' => $this->l('Save'), 'class' => 'button')