Files
dolibarr/htdocs/install/doctemplates/maillayout/basic.html
lamrani abdelwadoud 31a560422d New Preview mai topic value on Ckeditor (#30195)
* 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>
2024-07-31 19:12:40 +02:00

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>