Utilisation picto alerte pour aletre stock

This commit is contained in:
Laurent Destailleur 2007-05-01 18:30:21 +00:00
parent 244184ebc1
commit a9275caf29
5 changed files with 5 additions and 5 deletions

View File

@ -387,7 +387,7 @@ else
{
if ($product->stock_reel <= $product->seuil_stock_alerte)
{
print '<td class="alerte">'.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
print '<td>'.img_warning().' '.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
}
else
{

View File

@ -313,7 +313,7 @@ if ($_GET["action"] == 'create')
// Stock
if ($stock < $quantite_a_livrer)
{
print '<td align="center" class="alerte">'.$stock.'</td>';
print '<td align="center">'.$stock.' '.img_alerte().'</td>';
}
else
{

View File

@ -742,7 +742,7 @@ if ($_GET["id"] || $_GET["ref"])
{
if ($product->stock_reel <= $product->seuil_stock_alerte)
{
print '<td class="alerte">'.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
print '<td>'.img_warning().' '.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
}
else
{

View File

@ -112,7 +112,7 @@ if ($_GET["id"] || $_GET["ref"])
{
if ($product->stock_reel <= $product->seuil_stock_alerte)
{
print '<td class="alerte">'.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
print '<td>'.img_warning().' '.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
}
else
{

View File

@ -149,7 +149,7 @@ if ($_GET["id"] || $_GET["ref"])
{
if ($product->stock_reel <= $product->seuil_stock_alerte)
{
print '<td class="alerte">'.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
print '<td>'.img_warning().' '.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
}
else
{