| '.$langs->trans("MailFrom").' | ';
if (! ($this->fromtype === 'user' && $this->fromid > 0)
&& ! ($this->fromtype === 'company')
@@ -499,7 +500,7 @@ class FormMail extends Form
}
}
}
- $out.= ' '.$form->selectarray('fromtype', $liste, $this->fromtype, 0, 0, 0, '', 0, 0, 0, '', '', 0, '', $disablebademails);
+ $out.= ' '.$form->selectarray('fromtype', $liste, $this->fromtype, 0, 0, 0, '', 0, 0, 0, '', 'maxwidth200onsmartphone', 0, '', $disablebademails);
//$out.= ajax_combobox('fromtype');
}
@@ -508,9 +509,9 @@ class FormMail extends Form
else
{
$out.= ' |
| ';
if ($this->withtofree) $out.= $form->textwithpicto($langs->trans("MailTo"),$langs->trans("YouCanUseCommaSeparatorForSeveralRecipients"));
else $out.= $langs->trans("MailTo");
$out.= ' | ';
@@ -585,12 +586,15 @@ class FormMail extends Form
// withoptiononeemailperrecipient
if (! empty($this->withoptiononeemailperrecipient))
{
- $out.= ' |