mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Change maximum weeks in multiple-week view from 4 to 9
This commit is contained in:
parent
8c8cf1af07
commit
6a31313c94
@ -158,7 +158,7 @@ class calendar_hooks
|
|||||||
{
|
{
|
||||||
$times = Api\Etemplate\Widget\Select::typeOptions('select-hour', '');
|
$times = Api\Etemplate\Widget\Select::typeOptions('select-hour', '');
|
||||||
}
|
}
|
||||||
for ($i = 2; $i <= 4; ++$i)
|
for ($i = 2; $i <= 9; ++$i)
|
||||||
{
|
{
|
||||||
$muliple_weeks[$i] = lang('%1 weeks',$i);
|
$muliple_weeks[$i] = lang('%1 weeks',$i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user