Minor look fix

This commit is contained in:
Laurent Destailleur 2015-06-19 00:36:03 +02:00
parent bbc70004d9
commit d8f86708b1
4 changed files with 9 additions and 6 deletions

View File

@ -290,7 +290,7 @@ if ($id > 0 || ! empty($ref))
}
else
{
print '<tr>';
print '<tr clas="impair">';
print '<td colspan="3">'.$langs->trans("None").'</td>';
print '</tr>';
}
@ -436,7 +436,7 @@ if ($id > 0 || ! empty($ref))
$colspan=6;
if (! empty($conf->stock->enabled)) $colspan++;
print '<tr>';
print '<tr class="impair">';
print '<td colspan="'.$colspan.'">'.$langs->trans("None").'</td>';
print '</tr>';
}

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (c) 2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (c) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2005 Eric Seigne <eric.seigne@ryxeo.com>
* Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
@ -229,7 +229,7 @@ if (! empty($id) || ! empty($ref))
print $graphfiles[$key]['label'];
print '</td></tr>';
// Image
print '<tr><td colspan="2" align="center">';
print '<tr class="impair"><td colspan="2" class="nohover" align="center">';
print $graphfiles[$key]['output'];
print '</td></tr>';
// Date generation

View File

@ -39,7 +39,9 @@ $langs->load("productbatch");
});
</script>';
print_titre($langs->trans("StockCorrection"));
print load_fiche_titre($langs->trans("StockCorrection"),'','title_generic.png');
print '<form action="'.$_SERVER["PHP_SELF"].'?id='.$id.'" method="post">'."\n";
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="correct_stock">';

View File

@ -38,7 +38,8 @@
}
}
print_titre($langs->trans("StockTransfer"));
print load_fiche_titre($langs->trans("StockTransfer"),'','title_generic.png');
print '<form action="'.$_SERVER["PHP_SELF"].'?id='.$product->id.'" method="post">'."\n";
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="transfert_stock">';