diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php
index 6809e3d3a52..bd878c4ce9d 100644
--- a/htdocs/product/composition/card.php
+++ b/htdocs/product/composition/card.php
@@ -290,7 +290,7 @@ if ($id > 0 || ! empty($ref))
}
else
{
- print '
';
+ print '
';
print '| '.$langs->trans("None").' | ';
print '
';
}
@@ -436,7 +436,7 @@ if ($id > 0 || ! empty($ref))
$colspan=6;
if (! empty($conf->stock->enabled)) $colspan++;
- print '';
+ print '
';
print '| '.$langs->trans("None").' | ';
print '
';
}
diff --git a/htdocs/product/stats/card.php b/htdocs/product/stats/card.php
index 60e3cba31e3..d8ca1fa15d0 100644
--- a/htdocs/product/stats/card.php
+++ b/htdocs/product/stats/card.php
@@ -1,6 +1,6 @@
- * Copyright (c) 2004-2013 Laurent Destailleur
+ * Copyright (c) 2004-2015 Laurent Destailleur
* Copyright (C) 2005-2012 Regis Houssin
* Copyright (C) 2005 Eric Seigne
* Copyright (C) 2013 Juanjo Menent
@@ -229,7 +229,7 @@ if (! empty($id) || ! empty($ref))
print $graphfiles[$key]['label'];
print '';
// Image
- print '| ';
+ print ' |
| ';
print $graphfiles[$key]['output'];
print ' |
';
// Date generation
diff --git a/htdocs/product/stock/tpl/stockcorrection.tpl.php b/htdocs/product/stock/tpl/stockcorrection.tpl.php
index 501272983cd..dc102d8eb05 100644
--- a/htdocs/product/stock/tpl/stockcorrection.tpl.php
+++ b/htdocs/product/stock/tpl/stockcorrection.tpl.php
@@ -39,7 +39,9 @@ $langs->load("productbatch");
});
';
- print_titre($langs->trans("StockCorrection"));
+
+ print load_fiche_titre($langs->trans("StockCorrection"),'','title_generic.png');
+
print '