[otrs-cvs]
otrs/Kernel/Output/HTML/Standard FooterCalendar.dtl, NONE,
1.1 AgentCalendarSmall.dtl, 1.14, 1.15
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/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv19210/Kernel/Output/HTML/Standard
Modified Files:
AgentCalendarSmall.dtl
Added Files:
FooterCalendar.dtl
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
--- NEW FILE: FooterCalendar.dtl ---
# --
# FooterSmall.dtl - provides global small HTML footer
# Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id: FooterCalendar.dtl,v 1.1 2008/02/04 16:32:00 ot Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
<!-- start footer -->
<table border="0" width="225" cellspacing="0" cellpadding="4">
<tr>
<td class="footer">
</td>
</tr>
</table>
<a name="end"></a>
</body>
</html>
<!-- end footer -->
Author: ot
Index: AgentCalendarSmall.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentCalendarSmall.dtl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** AgentCalendarSmall.dtl 27 Mar 2007 10:54:30 -0000 1.14
--- AgentCalendarSmall.dtl 4 Feb 2008 16:32:00 -0000 1.15
***************
*** 1,9 ****
# --
# AgentCalendarSmall.dtl - provides HTML form for AgentSpelling
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 1,9 ----
# --
# AgentCalendarSmall.dtl - provides HTML form for AgentSpelling
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 43,47 ****
</script>
! <table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<th class="mainhead"><a href="$Env{"Baselink"}Action=$Env{"Action"}&Month=$LQData{"Back"}&Prefix=$LQData{"Prefix"}" class="headeritem"><<</a></th>
--- 43,47 ----
</script>
! <table border="0" width="225" cellspacing="0" cellpadding="3">
<tr>
<th class="mainhead"><a href="$Env{"Baselink"}Action=$Env{"Action"}&Month=$LQData{"Back"}&Prefix=$LQData{"Prefix"}" class="headeritem"><<</a></th>
More information about the cvs-log
mailing list