Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8156 Rev 8467
Línea 371... Línea 371...
371
            </div>
371
            </div>
372
            <?php echo $this->form()->closeTag($form); ?>
372
            <?php echo $this->form()->closeTag($form); ?>
373
        </div>
373
        </div>
374
    </div>
374
    </div>
375
</div>
375
</div>
376
<div class="modal" tabindex="-1" role="dialog" id="industry-box">
-
 
377
    <div class="modal-dialog" role="document">
-
 
378
        <?php
-
 
379
        $form = $this->formIndustry;
-
 
380
        $form->setAttributes([
-
 
381
            'method' => 'post',
-
 
382
            'action' => $routeIndustry,
-
 
383
            'name' => 'form-industry',
-
 
384
            'id' => 'form-industry'
-
 
385
        ]);
-
 
386
        $form->prepare();
-
 
387
        echo $this->form()->openTag($form);
-
 
388
        ?>
-
 
389
        <div class="modal-content">
-
 
390
            <div class="modal-header">
-
 
391
                <h3 class="modal-title">LABEL_CHANGE</h3>
-
 
392
            </div>
-
 
393
            <div class="modal-body">
-
 
394
                <div class="form-group">
-
 
395
                    <?php
-
 
396
                    $element = $form->get('industry_id');
-
 
397
                    $element->setAttributes(['class' => 'form-control']);
-
 
398
                    $element->setOptions(['label' => 'LABEL_INDUSTRY']);
-
 
399
                    echo $this->formLabel($element);
-
 
400
                    echo $this->formSelect($element);
-
 
401
                    ?>
-
 
402
                </div>
-
 
403
            </div>
-
 
404
            <div class="modal-footer">
-
 
405
                <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
-
 
406
                <button type="button" class="btn btn-default btn-industry-close">LABEL_CANCEL</button>
-
 
407
            </div>
-
 
408
            <?php echo $this->form()->closeTag($form); ?>
-
 
409
        </div>
-
 
410
    </div>
-
 
411
</div>
-
 
412
<div class="modal" tabindex="-1" role="dialog" id="company-size-box">
376
<div class="modal" tabindex="-1" role="dialog" id="company-size-box">
413
    <div class="modal-dialog" role="document">
377
    <div class="modal-dialog" role="document">
414
        <?php
378
        <?php
415
        $form = $this->formCompanySize;
379
        $form = $this->formCompanySize;
416
        $form->setAttributes([
380
        $form->setAttributes([