Searched refs:withmaindocfile (Results 1 – 5 of 5) sorted by relevance
122 $formmail->withmaindocfile = 1; // Add a checkbox "Attach also main document"125 …$formmail->withmaindocfile = - 1; // Add a checkbox "Attach also main document" but not checked by…
124 …public $withmaindocfile; // 1=Add a checkbox "Attach also main document" for mass actions (checked… variable in FormMail167 …$this->withmaindocfile = 0; // 1=Add a checkbox "Attach also main document" for mass actions (chec…822 …if ($this->withmaindocfile) // withmaindocfile is set to 1 or -1 to show the checkbox (-1 = checke…826 $this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);831 $this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);835 if (!empty($this->withmaindocfile))837 if ($this->withmaindocfile == 1)841 if ($this->withmaindocfile == -1)882 … } elseif (empty($this->withmaindocfile)) // Do not show message if we asked to show the checkbox
137 public $withmaindocfile; variable in FormMail180 …$this->withmaindocfile = 0; // 1=Add a checkbox "Attach also main document" for mass actions (chec…762 if ($this->withmaindocfile) {765 $this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);768 $this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);772 if (!empty($this->withmaindocfile)) {773 if ($this->withmaindocfile == 1) {776 if ($this->withmaindocfile == -1) {814 } elseif (empty($this->withmaindocfile)) {
152 $formmail->withmaindocfile = 1; // Add a checkbox "Attach also main document"155 …$formmail->withmaindocfile = - 1; // Add a checkbox "Attach also main document" but not checked by…
88 $formmail->withmaindocfile = 0; // Add a checkbox "Attach also main document"