diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php index ef635b259ff..0e5e8538c25 100644 --- a/htdocs/core/lib/agenda.lib.php +++ b/htdocs/core/lib/agenda.lib.php @@ -80,14 +80,15 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh print $formactions->select_type_actions($actioncode, "search_actioncode", $excludetype, (empty($conf->global->AGENDA_USE_EVENT_TYPE) ? 1 : -1), 0, $multiselect, 0, 'maxwidth500'); print ''; - // Assigned to + // Assigned to user print '
'; print img_picto($langs->trans("ActionsToDoBy"), 'user', 'class="fawidth30 inline-block"'); - print $form->select_dolusers($filtert, 'search_filtert', 1, '', !$canedit, '', '', 0, 0, 0, '', 0, '', 'maxwidth500 widthcentpercentminusxx'); + print $form->select_dolusers($filtert, 'search_filtert', 1, '', !$canedit, '', '', 0, 0, 0, '', 0, '', 'minwidth150 maxwidth500 widthcentpercentminusxx'); print '
'; + // Assigned to user group print '
'; print img_picto($langs->trans("ToUserOfGroup"), 'object_group', 'class="fawidth30 inline-block"'); - print $form->select_dolgroups($usergroupid, 'usergroup', 1, '', !$canedit, '', '', '0', false, 'maxwidth500'); + print $form->select_dolgroups($usergroupid, 'usergroup', 1, '', !$canedit, '', '', '0', false, 'minwidth100 maxwidth500 widthcentpercentminusxx'); print '
'; if ($conf->resource->enabled) { diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php index cdce14780f9..23d0899cc18 100644 --- a/htdocs/hrm/index.php +++ b/htdocs/hrm/index.php @@ -381,9 +381,9 @@ if (!empty($conf->recruitment->enabled) && $user->rights->recruitment->recruitme $staticrecruitmentjobposition->label = $objp->label; print ''; - print ''.$staticrecruitmentcandidature->getNomUrl(1, '').''; + print ''.$staticrecruitmentcandidature->getNomUrl(1, '').''; print ''.$staticrecruitmentcandidature->getFullName($langs).''; - print ''.$staticrecruitmentjobposition->getNomUrl(1).''; + print ''.$staticrecruitmentjobposition->getNomUrl(1).''; print ''.dol_print_date($db->jdate($objp->tms), 'day').''; print ''; print $staticrecruitmentcandidature->getLibStatut(3); diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 7847088dfa1..18be87e5bd1 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -6835,6 +6835,8 @@ span.clipboardCPValue.hidewithsize { border-right: none; border-left: none; } + + td.widthpictotitle { width: 30px; } } @media only screen and (max-width: 1024px)