Merge pull request #21520 from thomas-Ngr/14.0_fix_mailing_html_signature
fix signature style in email template
This commit is contained in:
commit
e0869738d3
@ -954,7 +954,7 @@ class FormMail extends Form
|
||||
$out .= '<input type="hidden" id="message" name="message" value="'.$defaultmessage.'" />';
|
||||
} else {
|
||||
if (!isset($this->ckeditortoolbar)) {
|
||||
$this->ckeditortoolbar = 'dolibarr_notes';
|
||||
$this->ckeditortoolbar = 'dolibarr_mailings';
|
||||
}
|
||||
|
||||
// Editor wysiwyg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user