Fix: Standing Order display mistmach

This commit is contained in:
Juanjo Menent 2011-04-01 08:13:47 +00:00
parent 2297e940b3
commit 2548c1d2a4

View File

@ -187,7 +187,7 @@ if ($_GET["id"])
print '</td></tr>';
print '<tr><td width="20%">'.$langs->trans("File").'</td><td>';
print '<input type="hidden" name="max_file_size" value="'.$conf->maxfilesize.'">';
print '<input class="flat" type="file" name="userfile" size="80"><br>';
print '<input class="flat" type="file" name="userfile"><br>';
print '</td></tr>';
print '</table><br>';
print '<center><input type="submit" class="button" value="'.$langs->trans("Send").'">';