Skip to content
Snippets Groups Projects
Commit dc547cfa authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Uniformize look

parent 4be80259
No related branches found
No related tags found
No related merge requests found
<?PHP
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2006 Andre Cianfarani <acianfa@free.fr>
*
* This program is free software; you can redistribute it and/or modify
......@@ -109,21 +109,25 @@ if ($_socid > 0)
}
print '</select>';
print '</td></tr>';
print '<tr><td colspan="4" align="center"><input type="submit" class="button" value="'.$langs->trans("Save").'"></td></tr>';
print "</table>";
print "</form>";
print "</td>\n";
print "</td></tr>";
print "</table></div>\n";
print "</table>";
print '<div align="center"><br><input type="submit" class="button" value="'.$langs->trans("Save").'"></div>';
print "</form>";
print "</div>\n";
print '<br>';
/*
* Liste de l'historique des remises
* List historic of multiprices
*/
$sql = "SELECT rc.rowid,rc.price_level, rc.datec as dc, u.rowid as uid, u.login";
$sql .= " FROM ".MAIN_DB_PREFIX."societe_prices as rc, ".MAIN_DB_PREFIX."user as u";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment