Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1317 Rev 1318
Línea 707... Línea 707...
707
            $pdf->singleTable($sections[$s]['title'], [
707
            $pdf->singleTable($sections[$s]['title'], [
708
                array(
708
                array(
709
                    'content' => $sections[$s]['type'] != 'multiple' ? $sections[$s]['text'] : ''
709
                    'content' => $sections[$s]['type'] != 'multiple' ? $sections[$s]['text'] : ''
710
            )]);
710
            )]);
Línea 711... Línea -...
711
 
-
 
712
 
711
 
-
 
712
            if ($sections[$s]['type'] == 'multiple') {
-
 
713
                
Línea 713... Línea 714...
713
            if ($sections[$s]['type'] == 'multiple') {
714
                $pdf->titleOptionTable($sections[$s]['text']);
Línea 714... Línea 715...
714
 
715
 
715
                for ($o = 0; $o < count($sections[$s]['options']); $o++) {
716
                for ($o = 0; $o < count($sections[$s]['options']); $o++) {