Merge pull request #69 from PrestaEdit/mails
[+] Project: add the possibility to change the default color (#db3484)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user