Ignore:
Timestamp:
04/12/11 11:33:48 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Ajustes para fontes, evitando quebra de linha. r3990

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/mobile/inc/class.ui_home.inc.php

    r3923 r3992  
    5353                        $default_folders = $this->imap_functions->get_folders_list(array('noSharedFolders' => true, 'folderType' => 'default', 'noQuotaInfo' => true)); 
    5454                        $total_quota = $this->imap_functions->get_quota(array()); 
    55                                          
     55         
    5656                        $this->set_folder_block($default_folders, "default_folders_box"); 
    5757                         
     
    6464                         
    6565                        //pegando os eventos do dia atual 
    66                         $year = $this->bocalendar->year; 
    67                         $month = $this->bocalendar->month; 
    68                         $day = $this->bocalendar->day; 
     66                        $year   = $this->bocalendar->year; 
     67                        $month  = $this->bocalendar->month; 
     68                        $day    = $this->bocalendar->day; 
    6969                         
    7070                        $tstart = mktime(0,0,0,$month,$day,$year); 
Note: See TracChangeset for help on using the changeset viewer.