Ignore:
Timestamp:
01/18/11 14:52:42 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1410 - Corrigido o layout da tela de compromissos do expresso mini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecalendar.inc.php

    r3641 r3696  
    2626                 
    2727                function index($params) { 
    28                         $this->template->set_file( 
    29                                                                         array( 
    30                                                                                 'calendar' => 'calendar.tpl', 
    31                                                                                 'home_search_bar' => 'search_bar.tpl' 
    32                                                                         ) 
    33                                                                 ); 
     28                        $this->template->set_file(array( 
     29                                'calendar' => 'calendar.tpl', 
     30                                'home_search_bar' => 'search_bar.tpl' 
     31                        )); 
    3432                        $this->template->set_block("calendar","page"); 
    3533                        $this->template->set_block('calendar','event_block'); 
     
    7270                                        foreach($events as $index=>$event) 
    7371                                        { 
    74                                                 $self->template->set_var('dd_class', (($index%2==0) ? "par" : "reset-dt") );     
     72                                                $self->template->set_var('dd_class', (($index%2==0) ? "dt-azul" : "dt-branco") );        
    7573                                                $vars = $self->bocalendar->event2array($event); 
    7674                                                $data = array ( 
Note: See TracChangeset for help on using the changeset viewer.