From b57f82c25dc479a505ace14b64dac6117cbb981d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 25 Oct 2019 18:25:40 +0200 Subject: [PATCH] css --- htdocs/hrm/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php index 80a9366186c..9d9d2fcd632 100644 --- a/htdocs/hrm/index.php +++ b/htdocs/hrm/index.php @@ -114,6 +114,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; $i=0; foreach($listofsearchfields as $key => $value) @@ -126,6 +127,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele $i++; } print '
'; + print '
'; print '
'; print '
'; }