Ignore:
Timestamp:
07/31/12 16:01:37 (12 years ago)
Author:
cristiano
Message:

Ticket #2892 - Backport de relatórios do módulo Reports - Troca do mudulo reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/reports/inc/class.uireports_fpdf.inc.php

    r5291 r6920  
    120120        } 
    121121 
    122         /*      function Header() 
    123          { 
    124                 $SubTituloR = lang('report cota organization'); 
    125  
    126                 //Restore font and colors 
    127                 $this->SetFont('Arial','',8); 
    128                 $this->SetFillColor(224,235,255); 
    129                 $this->SetTextColor(0); 
    130  
    131                 $this->Cell(95,5,lang('name'),1,0,'L',1); 
    132                 //                              $pdf->Cell(53,5,lang('report email'),1,0,'L',1); 
    133                 $this->Cell(17,5,lang('cota'),1,0,'C',1); 
    134                 $this->Cell(31,5,lang('cota used'),1,0,'C',1); 
    135                 $this->Cell(29,5,lang('percent cota'),1,0,'C',1); 
    136                 $this->Cell(20,5,lang('status'),1,1,'C',1); 
    137  
    138                 return; 
    139                 } 
    140                 */ 
    141122        function Footer() 
    142123        { 
    143124                // Esta função foi implemantada para realizar o rodapé dos relatórios 
    144  
    145125                $titulo_system = $GLOBALS['phpgw_info']['apps']['reports']['title']; 
    146126                $SubTitulo = $GLOBALS['phpgw_info']['apps']['reports']['subtitle']; 
     
    153133 
    154134                //Imprime o número da página 
    155                 //              $this->Cell(0,5,$titulo_system.'                  '.$SubTitulo.'                  Página n. '.$this->PageNo(),1,0,'C',1); 
    156  
    157135                $this->Rect(9,281,197,6,'D'); 
    158136                $this->Cell(55,4,$titulo_system,0,0,'L',1); 
Note: See TracChangeset for help on using the changeset viewer.