commit
017120f017
@ -756,7 +756,7 @@ class FormMail extends Form
|
|||||||
|
|
||||||
$out .= '<td>';
|
$out .= '<td>';
|
||||||
|
|
||||||
if ($this->withmaindocfile) {
|
if ($this->withmaindocfile) {
|
||||||
// withmaindocfile is set to 1 or -1 to show the checkbox (-1 = checked or 1 = not checked)
|
// withmaindocfile is set to 1 or -1 to show the checkbox (-1 = checked or 1 = not checked)
|
||||||
if (GETPOSTISSET('sendmail')) {
|
if (GETPOSTISSET('sendmail')) {
|
||||||
$this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);
|
$this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);
|
||||||
@ -1641,7 +1641,14 @@ class ModelMail
|
|||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Model mail topic
|
||||||
|
*/
|
||||||
public $topic;
|
public $topic;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Model mail content
|
||||||
|
*/
|
||||||
public $content;
|
public $content;
|
||||||
public $content_lines;
|
public $content_lines;
|
||||||
public $lang;
|
public $lang;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user