Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 637 Rev 638
Línea 766... Línea 766...
766
 
766
 
767
        $pdf->AliasNbPages();
767
        $pdf->AliasNbPages();
Línea 768... Línea 768...
768
        $pdf->AddPage();
768
        $pdf->AddPage();
769
 
769
 
770
        $header=array('Columna 1','Columna 2');
770
        $header=array('Columna 1','Columna 2');
771
        $pdf->TablaColores(
771
        $pdf->singleTable(
772
            'NOMBRE DEL PUESTO DE TRABAJO',[
772
            'NOMBRE DEL PUESTO DE TRABAJO',[
773
            array(
773
            array(
774
                'title'=>'CATEGORÍA LABORAL',
774
                'title'=>'CATEGORÍA LABORAL',
Línea 775... Línea 775...
775
                'content'=>$jobDescription->name
775
                'content'=>$jobDescription->name
Línea 776... Línea 776...
776
            )]);
776
            )]);
777
 
777
 
Línea 778... Línea 778...
778
            $pdf->Ln(2);
778
            $pdf->Ln(2);
779
 
779
 
780
            $pdf->TablaColores(
780
            $pdf->singleTable(
Línea 791... Línea 791...
791
            
791
            
Línea 792... Línea 792...
792
            ]);
792
            ]);
Línea 793... Línea 793...
793
 
793
 
794
            $pdf->Ln(2);
794
            $pdf->Ln(2);
795
 
795
 
796
            $pdf->TablaColores(
796
            $pdf->singleTable(
797
                'OBJETIVO DEL CARGO',[
797
                'OBJETIVO DEL CARGO',[
Línea 798... Línea 798...
798
                array(
798
                array(
Línea 799... Línea 799...
799
                    'content'=>strip_tags($jobDescription->objectives)
799
                    'content'=>strip_tags($jobDescription->objectives)
Línea 800... Línea 800...
800
                )
800
                )
801
            
801
            
802
            ]);
802
            ]);
803
 
803
 
804
            $pdf->Ln(2);
804
            $pdf->Ln(2);