mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Switch weekend action in toolbar with week view, as week view is more important than weekend toggle
This commit is contained in:
parent
4ec2674367
commit
171a160383
@ -392,7 +392,7 @@ class calendar_uiviews extends calendar_ui
|
|||||||
{
|
{
|
||||||
foreach (array_keys($actions) as $key)
|
foreach (array_keys($actions) as $key)
|
||||||
{
|
{
|
||||||
if (!in_array($key, array('day_view','weekend','next', 'today','previous'))) {
|
if (!in_array($key, array('day_view','week_view','next', 'today','previous'))) {
|
||||||
$actions[$key]['toolbarDefault'] = false;
|
$actions[$key]['toolbarDefault'] = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user