css
This commit is contained in:
parent
4fdb3aabd5
commit
d57699b7d7
@ -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 '</div>';
|
||||
|
||||
// Assigned to
|
||||
// Assigned to user
|
||||
print '<div class="divsearchfield">';
|
||||
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 '</div>';
|
||||
// Assigned to user group
|
||||
print '<div class="divsearchfield">';
|
||||
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 '</div>';
|
||||
|
||||
if ($conf->resource->enabled) {
|
||||
|
||||
@ -381,9 +381,9 @@ if (!empty($conf->recruitment->enabled) && $user->rights->recruitment->recruitme
|
||||
$staticrecruitmentjobposition->label = $objp->label;
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
print '<td class="nowrap">'.$staticrecruitmentcandidature->getNomUrl(1, '').'</td>';
|
||||
print '<td class="nowraponall">'.$staticrecruitmentcandidature->getNomUrl(1, '').'</td>';
|
||||
print '<td class="tdoverflowmax150">'.$staticrecruitmentcandidature->getFullName($langs).'</td>';
|
||||
print '<td class="nowrap">'.$staticrecruitmentjobposition->getNomUrl(1).'</td>';
|
||||
print '<td class="nowraponall">'.$staticrecruitmentjobposition->getNomUrl(1).'</td>';
|
||||
print '<td class="right nowrap">'.dol_print_date($db->jdate($objp->tms), 'day').'</td>';
|
||||
print '<td class="right nowrap" width="16">';
|
||||
print $staticrecruitmentcandidature->getLibStatut(3);
|
||||
|
||||
@ -6835,6 +6835,8 @@ span.clipboardCPValue.hidewithsize {
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
td.widthpictotitle { width: 30px; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user