Merge pull request #5714 from aspangaro/4.0-p48

FIX: Problem of presentation with index supplier command
This commit is contained in:
Juanjo Menent 2016-09-08 18:13:47 +02:00 committed by GitHub
commit fc8fe394db

View File

@ -50,8 +50,7 @@ $formfile = new FormFile($db);
print load_fiche_titre($langs->trans("SuppliersOrdersArea")); print load_fiche_titre($langs->trans("SuppliersOrdersArea"));
print '<table class="notopnoleftnoright" width="100%">'; print '<div class="fichecenter"><div class="fichethirdleft">';
print '<tr valign="top"><td class="notopnoleft" width="30%">';
/* /*
@ -291,7 +290,7 @@ else
} }
print '</td><td width="70%" valign="top" class="notopnoleftnoright">'; print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
/* /*
@ -433,7 +432,7 @@ print "</table><br>";
} }
*/ */
print '</td></tr></table>'; print '</div></div></div>';
llxFooter(); llxFooter();