diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index c8f389b28ed..3b25ffe3809 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -3022,7 +3022,7 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so
print '
';
// Left
- if ($picto && $titre) print '| '.img_picto('', $picto, '', $pictoisfullpath).' | ';
+ if ($picto && $titre) print ''.img_picto('', $picto, 'id="pictotitle"', $pictoisfullpath).' | ';
print ''.$titre;
if (!empty($titre) && $savtotalnboflines > 0) print ' ('.$totalnboflines.')';
print ' | ';
diff --git a/htdocs/printing/index.php b/htdocs/printing/index.php
index 13e3883702d..f788b89bfdb 100644
--- a/htdocs/printing/index.php
+++ b/htdocs/printing/index.php
@@ -1,6 +1,5 @@
+/* Copyright (C) 2014-2015 Frederic France
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -27,7 +26,7 @@ include_once DOL_DOCUMENT_ROOT.'/core/modules/printing/modules_printing.php';
llxHeader("",$langs->trans("Printing"));
-print_barre_liste($langs->trans("Printing"), 0, $_SERVER["PHP_SELF"], '', '', '', ''.$langs->trans("Refresh").'', 0);
+print_barre_liste($langs->trans("Printing"), 0, $_SERVER["PHP_SELF"], '', '', '', ''.$langs->trans("Refresh").'', 0, 0, 'title_setup.png');
print $langs->trans("DirectPrintingJobsDesc").'
';