Qual: Début de mutualisation du code des formulaires d'envoi de mail.
This commit is contained in:
parent
57bc27e928
commit
0f76961de6
@ -922,7 +922,7 @@ class Form
|
|||||||
print "<tr>";
|
print "<tr>";
|
||||||
print "<td width=\"180\">".$langs->trans("MailFile")."</td>";
|
print "<td width=\"180\">".$langs->trans("MailFile")."</td>";
|
||||||
print "<td>";
|
print "<td>";
|
||||||
print "<input type=\"file\" value=\"".$langs->trans("Upload")."\"/>";
|
print "<input type=\"file\" name=\"addedfile\" value=\"".$langs->trans("Upload")."\"/>";
|
||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user