This commit is contained in:
ldestailleur
2025-09-29 19:13:57 +02:00
parent 5bbfc5e025
commit d2e101bafe

View File

@@ -240,7 +240,7 @@ print load_fiche_titre($langs->trans('MenuReportMonth'), '', 'title_hrm');
// Selection filter
print '<div class="tabBar">';
print $formother->select_month($search_month, 'search_month', 0, 1, 'minwidth50 maxwidth75imp valignmiddle', true);
print $formother->select_month($search_month, 'search_month', 0, 1, 'minwidth75 maxwidth150imp valignmiddle', true);
print $formother->selectyear($search_year, 'search_year', 0, 10, 5, 0, 0, '', 'valignmiddle width75', true);
print '<input type="submit" class="button small" value="'.dol_escape_htmltag($langs->trans("Search")).'" />';
print '</div>';