Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 523 Rev 524
Línea 24... Línea 24...
24
        $s = utf8_decode(' Página: ' . $this->PageNo());
24
        $s = utf8_decode(' Página: ' . $this->PageNo());
25
        $this->SetFont('Arial', '', 10);
25
        $this->SetFont('Arial', '', 10);
26
        $this->SetY(40);
26
        $this->SetY(40);
27
        $this->Cell(190, 10, $s, 0, 0, 'R');
27
        $this->Cell(190, 10, $s, 0, 0, 'R');
Línea 28... Línea -...
28
 
-
 
29
        // Arial bold 15
28
 
30
        $this->SetFont('Arial', 'B', 15);
29
        $this->SetFont('Arial', 'B', 15);
31
        $this->SetY(50);
30
        $this->SetY(50);
32
        $this->Cell(180, 10, $headerFormName, 0, 0, 'C');
31
        $this->Cell(180, 10, $headerFormName, 0, 0, 'C');