Missing translations
This commit is contained in:
parent
f5b04fdfe5
commit
da61a24831
@ -121,6 +121,7 @@ elseif($action == 'add_event')
|
||||
dol_htmloutput_mesg($message);
|
||||
}
|
||||
|
||||
$langs->load('users');
|
||||
$var=true;
|
||||
$i = 0;
|
||||
|
||||
|
||||
@ -106,6 +106,8 @@ if($num == '0') {
|
||||
|
||||
} else {
|
||||
|
||||
$langs->load('users');
|
||||
|
||||
while ($holiday = $db->fetch_array($result))
|
||||
{
|
||||
$user = new User($db);
|
||||
|
||||
@ -39,6 +39,8 @@ if(!$user->rights->holiday->view_log) accessforbidden();
|
||||
* View
|
||||
*/
|
||||
|
||||
$langs->load('users');
|
||||
|
||||
llxHeader(array(),$langs->trans('CPTitreMenu'));
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user