mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-13 21:11:31 +01:00
* New update for templateMail by creating files * New updating for get php content * Update html.formmail.class.php * Fix updating content news * Fix CTI Errors * edit html file for news * Add automaticaly subject value to editor * Update html.formmail.class.php * FIX name and path of file * Fix path for files * Fix errors variables * replace file in ajax folder * rename path * update the news file * fix phan errors --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
15 lines
394 B
HTML
15 lines
394 B
HTML
<div>
|
|
<div style="text-align:center">
|
|
<img height="100px" width="400px" src="__LOGO_URL__">
|
|
</div>
|
|
<div style="text-align:left">
|
|
<h3><span>Subject : </span>__SUBJECT__</h3>
|
|
</div>
|
|
<h2>__TITLEOFMAILHOLDER__</h2>
|
|
<div class="email-template-text">
|
|
<p>__CONTENOFMAILHOLDER__</p>
|
|
</div>
|
|
<h4><strong>__USERSIGNATURE__</strong></h4>
|
|
</div>
|
|
|