';
@@ -432,7 +432,7 @@ if (! empty($conf->categorie->enabled))
// If the user can view user other than himself
$moreforfilter.='
';
-$moreforfilter.=$langs->trans('User'). ': ';
+$moreforfilter.='
'.$langs->trans('User'). '
';
$includeonly='hierachyme';
if (empty($user->rights->user->user->lire)) $includeonly=array($user->id);
$moreforfilter.=$form->select_dolusers($search_usertoprocessid?$search_usertoprocessid:$usertoprocess->id, 'search_usertoprocessid', $user->rights->user->user->lire?0:0, null, 0, $includeonly, null, 0, 0, 0, '', 0, '', 'maxwidth200');
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index ad5dd903064..0b905a0e22b 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2792,6 +2792,12 @@ tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, tabl
{
height: 26px !important;
}
+div.colorback
+{
+ background: rgb();
+ padding: 10px;
+ margin-top: 5px;
+}
div.liste_titre_bydiv, .liste_titre div.tagtr, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable thead tr
{
background: rgb();
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index d9b89ab2b40..02c9cd9ee74 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2483,6 +2483,12 @@ td.border, div.tagtable div div.border {
.ficheaddleft table.noborder {
margin: 0px 0px 0px 0px;
}
+div.colorback
+{
+ background: rgb();
+ padding: 10px;
+ margin-top: 5px;
+}
.liste_titre_bydiv {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;