Fix checkbox
This commit is contained in:
parent
e85548d470
commit
f12c709ec1
@ -775,7 +775,7 @@ class FormMail extends Form
|
|||||||
} elseif ($this->withmaindocfile == -1) {
|
} elseif ($this->withmaindocfile == -1) {
|
||||||
$out .= '<input type="checkbox" id="addmaindocfile" name="addmaindocfile" value="1" checked="checked" />';
|
$out .= '<input type="checkbox" id="addmaindocfile" name="addmaindocfile" value="1" checked="checked" />';
|
||||||
}
|
}
|
||||||
$out .= ' <label for="id="addmaindocfile">'.$langs->trans("JoinMainDoc").'.</label><br>';
|
$out .= ' <label for="addmaindocfile">'.$langs->trans("JoinMainDoc").'.</label><br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_numeric($this->withfile)) {
|
if (is_numeric($this->withfile)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user