Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1886 Rev 2120
Línea 568... Línea 568...
568
 
568
 
569
<!-- The Add Modal -->
569
<!-- The Add Modal -->
570
<div class="modal" tabindex="-1" role="dialog" id="add-candidate-box">
570
<div class="modal" tabindex="-1" role="dialog" id="add-candidate-box">
571
    <div class="modal-dialog" role="document">
571
    <div class="modal-dialog" role="document">
572
        <?php
572
        <?php
573
        //$form = $this->formA;
573
        $form = $this->formAdd;
574
        $form->setAttributes([
574
        $form->setAttributes([
575
            'method' => 'post',
575
            'method' => 'post',
576
            'name' => 'form-add',
576
            'name' => 'form-add',
577
            'action' => $routeAdd,
577
            'action' => $routeAdd,