Responsive HRM index

This commit is contained in:
Alexandre SPANGARO 2019-06-18 22:03:29 +02:00
parent bcd5949bac
commit 30fb89ad5e

View File

@ -134,6 +134,7 @@ if (! empty($conf->holiday->enabled))
{ {
$user_id = $user->id; $user_id = $user->id;
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder nohover" width="100%">'; print '<table class="noborder nohover" width="100%">';
print '<tr class="liste_titre"><th colspan="3">'.$langs->trans("Holidays").'</th></tr>'; print '<tr class="liste_titre"><th colspan="3">'.$langs->trans("Holidays").'</th></tr>';
print "<tr ".$bc[0].">"; print "<tr ".$bc[0].">";
@ -152,7 +153,7 @@ if (! empty($conf->holiday->enabled))
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';
print '</table><br>'; print '</table></div><br>';
} }
elseif (! is_numeric($conf->global->HOLIDAY_HIDE_BALANCE)) elseif (! is_numeric($conf->global->HOLIDAY_HIDE_BALANCE))
{ {