Skip to content
Snippets Groups Projects
Commit cb83b265 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix: Standing Order display mistmach

parent 7e613f1a
Branches
Tags
No related merge requests found
...@@ -187,7 +187,7 @@ if ($_GET["id"]) ...@@ -187,7 +187,7 @@ if ($_GET["id"])
print '</td></tr>'; print '</td></tr>';
print '<tr><td width="20%">'.$langs->trans("File").'</td><td>'; print '<tr><td width="20%">'.$langs->trans("File").'</td><td>';
print '<input type="hidden" name="max_file_size" value="'.$conf->maxfilesize.'">'; 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 '</td></tr>';
print '</table><br>'; print '</table><br>';
print '<center><input type="submit" class="button" value="'.$langs->trans("Send").'">'; print '<center><input type="submit" class="button" value="'.$langs->trans("Send").'">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment