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 '
'; }