From 2c3b2cd1a0a9c31977db2f9a07c7033daeefd39a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Aug 2019 04:21:43 +0200 Subject: [PATCH] Look and feel --- htdocs/admin/delais.php | 2 +- htdocs/core/lib/report.lib.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index 91e34e66d94..c91a4136045 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -319,7 +319,7 @@ if ($action == 'edit') { print '
'; print '
'; print img_weather($text, 0, $options); - print '=  %'; + print '<=  %'; print '
'; print img_weather($text, 1, $options); print '<=  %'; diff --git a/htdocs/core/lib/report.lib.php b/htdocs/core/lib/report.lib.php index 907524d5a97..ab7917362a1 100644 --- a/htdocs/core/lib/report.lib.php +++ b/htdocs/core/lib/report.lib.php @@ -61,7 +61,8 @@ function report_header($reportname, $notused, $period, $periodlink, $description { print ''; } - print ''; + + print '
'; $variante = ($periodlink || $exportlink);