Changeset 4322


Ignore:
Timestamp:
05/10/11 17:03:27 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Problema na apresentacao da agenda diaria no home - r4270

Location:
sandbox/2.2.0.2/calendar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/calendar/inc/hook_home_day.inc.php

    r2 r4322  
    3232                ).'</td><td align="center"><table border="0" width="100%" cellspacing="0" cellpadding="0">' 
    3333                . '<tr><td align="center">'.ExecMethod('calendar.bocalendar.long_date',time()) 
    34                 .'</td></tr><tr><td bgcolor="'.$GLOBALS['phpgw_info']['theme']['bg_text'] 
    35                 .'" valign="top">'.ExecMethod('calendar.uicalendar.print_day', 
     34                .'</td></tr><tr><td valign="top">'.ExecMethod('calendar.uicalendar.print_day_new', 
    3635                        Array( 
    3736                                'year'  => $GLOBALS['g_year'], 
  • sandbox/2.2.0.2/calendar/templates/default/day_cal.tpl

    r4193 r4322  
    201201 
    202202<!-- END day --> 
     203<!-- BEGIN day_event_off --> 
     204        <!--<font class="event-on">{event}</font>--> 
     205<!-- END day_event_off --> 
     206<!-- BEGIN day_time --> 
     207        <!--{time}--> 
     208     <!--<td class="time" nowrap>{open_link}{time}{close_link}</td>--> 
     209<!-- END day_time --> 
     210<!-- BEGIN day_row --> 
     211    <!--<font style="font-size: 8pt;">{event}</font>--> 
     212<!-- END day_row --> 
     213<!-- BEGIN day_event_on --> 
     214        <!--<font class="event-on">{event}</font>--> 
     215<!-- END day_event_on --> 
     216<!-- BEGIN day_event_holiday --> 
     217        <!--{event}--> 
     218<!-- END day_event_holiday --> 
Note: See TracChangeset for help on using the changeset viewer.