Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2686 Rev 2687
Línea 414... Línea 414...
414
</script>
414
</script>
Línea 415... Línea 415...
415
 
415
 
416
<section id="interview" style="display: none;">
416
<section id="interview" style="display: none;">
417
	<div class="container-fluid">
417
	<div class="container-fluid">
418
    <?php
-
 
419
        //$form = $this->formAdd;
418
    <?php
420
        $form->setAttributes([
419
        $form->setAttributes([
421
            'method' => 'post',
420
            'method' => 'post',
422
            'name' => 'form-add',
-
 
423
            'action' => $routeAdd,
421
            'name' => 'form-add',
424
            'id' => 'form-add'
422
            'id' => 'form-add'
425
        ]);
423
        ]);
426
        $form->prepare();
424
        $form->prepare();
427
        echo $this->form()->openTag($form);
425
        echo $this->form()->openTag($form);