mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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')
|
||||
{
|
||||
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');
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user