phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: calendar/templates/default week.tpl,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/templates/default week.tpl,1.5,1.6
Date: Wed, 26 Feb 2003 13:57:41 -0500

Update of /cvsroot/phpgroupware/calendar/templates/default
In directory subversions:/tmp/cvs-serv18615

Modified Files:
        week.tpl 
Log Message:
- fixed bug #2079 and #2480: description is twice in the printer-friendly view 
of week and month
- printer-friendly view of week and year work now for date other than the 
actual date
- prev. and next-week arrows/links removed from printer-friendly view
- prev. and next-week arrows/links are align=center und valing=middle now

Index: week.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/templates/default/week.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** week.tpl    7 Apr 2002 14:10:10 -0000       1.5
--- week.tpl    26 Feb 2003 18:57:36 -0000      1.6
***************
*** 6,17 ****
     {small_calendar_prev}
    </td>
!   <td align="left" valign="top" width="20%">
!    {prev_week_link}
    </td>
    <td align="center" valign="top" width="20%">
     {small_calendar_this}
    </td>
!   <td align="right" valign="top" width="20%">
!    {next_week_link}
    </td>
    <td align="right" valign="top" width="20%">
--- 6,17 ----
     {small_calendar_prev}
    </td>
!   <td align="center" valign="middle" width="20%">
!    <b>{prev_week_link}</b>
    </td>
    <td align="center" valign="top" width="20%">
     {small_calendar_this}
    </td>
!   <td align="center" valign="middle" width="20%">
!    <b>{next_week_link}</b>
    </td>
    <td align="right" valign="top" width="20%">





reply via email to

[Prev in Thread] Current Thread [Next in Thread]