Fix: Title is same between calendar view and calendar list
This commit is contained in:
parent
92ad6834d6
commit
95c22509da
@ -139,7 +139,7 @@ $lastdaytoshow=dol_mktime(0,0,0,$next_month,$next_day,$next_year);
|
|||||||
//print dol_print_date($firstdaytoshow,'day');
|
//print dol_print_date($firstdaytoshow,'day');
|
||||||
//print dol_print_date($lastdaytoshow,'day');
|
//print dol_print_date($lastdaytoshow,'day');
|
||||||
|
|
||||||
$title=$langs->trans("Calendar");
|
$title=$langs->trans("DoneAndToDoActions");
|
||||||
if ($status == 'done') $title=$langs->trans("DoneActions");
|
if ($status == 'done') $title=$langs->trans("DoneActions");
|
||||||
if ($status == 'todo') $title=$langs->trans("ToDoActions");
|
if ($status == 'todo') $title=$langs->trans("ToDoActions");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user