mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
Planner monthly view month labels zoom into that month in planner by user
This commit is contained in:
parent
147f9688e4
commit
4f4c2e5b71
@ -136,7 +136,7 @@ var et2_calendar_planner_row = (function(){ "use strict"; return et2_valueWidget
|
|||||||
if(this._parent.options.group_by === 'month')
|
if(this._parent.options.group_by === 'month')
|
||||||
{
|
{
|
||||||
this.title.attr('data-date', this.options.start_date.toJSON());
|
this.title.attr('data-date', this.options.start_date.toJSON());
|
||||||
this.title.attr('data-view', 'month');
|
this.title.attr('data-sortby', 'user');
|
||||||
this.title.addClass('et2_clickable et2_link');
|
this.title.addClass('et2_clickable et2_link');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user