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