[otrs-cvs] otrs/Kernel/Modules AgentCalendarSmall.pm,1.12,1.13
cvs-log at otrs.org
cvs-log at otrs.org
Mon Feb 4 16:32:05 GMT 2008
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv19210/Kernel/Modules
Modified Files:
AgentCalendarSmall.pm
Log Message:
Fixed bug #1608 (calendar popup is badly formatted when shown in full window):
* Set width of table to appropriate pixel value (corresponding to window size).
* Added new, calendar-specific footer (footerCalendar.dtl) to match the width
of the calendar table.
* Changed AgentCalendarSmall module to use the new calendar footer instead of
the standard one.
Author: ot
Index: AgentCalendarSmall.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentCalendarSmall.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** AgentCalendarSmall.pm 31 Jan 2008 06:22:12 -0000 1.12
--- AgentCalendarSmall.pm 4 Feb 2008 16:32:00 -0000 1.13
***************
*** 154,158 ****
Data => { %Param, Prefix => $Prefix, }
);
! $Output .= $Self->{LayoutObject}->Footer( Type => 'Small' );
return $Output;
}
--- 154,158 ----
Data => { %Param, Prefix => $Prefix, }
);
! $Output .= $Self->{LayoutObject}->Footer( Type => 'Calendar' );
return $Output;
}
More information about the cvs-log
mailing list