Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15154 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15154 Rev 16768
Línea 17... Línea 17...
17
            $this->SetY(55);
17
            $this->SetY(55);
18
        }
18
        }
19
    }
19
    }
Línea 20... Línea 20...
20
 
20
 
21
    function customHeader($headerFormName,$headerUserName) {
21
    function customHeader($headerFormName,$headerUserName) {
22
        $s = utf8_decode(' Página: ' . $this->PageNo());
22
        $s = Functions::utf8_decode(' Página: ' . $this->PageNo());
23
        $this->SetFont('Arial', '', 10);
23
        $this->SetFont('Arial', '', 10);
24
        $this->SetY(40);
24
        $this->SetY(40);
Línea 25... Línea 25...
25
        $this->Cell(190, 10, $s, 0, 0, 'R');
25
        $this->Cell(190, 10, $s, 0, 0, 'R');