From d8f86708b1357735adef4b586012b9160c60b634 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 19 Jun 2015 00:36:03 +0200 Subject: [PATCH] Minor look fix --- htdocs/product/composition/card.php | 4 ++-- htdocs/product/stats/card.php | 4 ++-- htdocs/product/stock/tpl/stockcorrection.tpl.php | 4 +++- htdocs/product/stock/tpl/stocktransfer.tpl.php | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) 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 '
'."\n"; print ''; print ''; diff --git a/htdocs/product/stock/tpl/stocktransfer.tpl.php b/htdocs/product/stock/tpl/stocktransfer.tpl.php index 556e924b07d..de947a75014 100644 --- a/htdocs/product/stock/tpl/stocktransfer.tpl.php +++ b/htdocs/product/stock/tpl/stocktransfer.tpl.php @@ -38,7 +38,8 @@ } } - print_titre($langs->trans("StockTransfer")); + print load_fiche_titre($langs->trans("StockTransfer"),'','title_generic.png'); + print ''."\n"; print ''; print '';