Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2987 Rev 3062
Línea 442... Línea 442...
442
			</div>
442
			</div>
443
		</div>
443
		</div>
444
	</div><!-- /.container-fluid -->
444
	</div><!-- /.container-fluid -->
445
</section>
445
</section>
Línea -... Línea 446...
-
 
446
 
-
 
447
<section class="content">
-
 
448
    <div class="container-fluid">
-
 
449
        <div class="row">
-
 
450
            <div class="col-12">
-
 
451
                <div class="card">
-
 
452
                    <div class="card-header">
-
 
453
                        <?php
-
 
454
                        // $form = $this->form;
-
 
455
                        $form->setAttributes([
-
 
456
                            'name' => 'form-filter',
-
 
457
                            'id' => 'form-filter',
-
 
458
                        ]);
-
 
459
 
-
 
460
                        $form->prepare();
-
 
461
                        echo $this->form()->openTag($form);
-
 
462
                        ?>
-
 
463
                        <div class="row">
-
 
464
                            <div class="col-md-6 col-sm-12">
-
 
465
                                <div class="form-group">
-
 
466
                                    <?php
-
 
467
                                    $element = $form->get('form_uuid');
-
 
468
 
-
 
469
                                    $element->setOptions(['label' => 'LABEL_VACANCIES']);
-
 
470
 
-
 
471
                                    $element->setAttributes(['class' => 'form-control']);
-
 
472
                                    echo $this->formLabel($element);
-
 
473
                                    echo $this->formSelect($element);
-
 
474
                                    ?>
-
 
475
                                </div>
-
 
476
                            </div>
-
 
477
 
-
 
478
                        </div>
-
 
479
                        <?php echo $this->form()->closeTag($form); ?>
-
 
480
                    </div>
-
 
481
                    <div class="card-body">
-
 
482
                        <table id="gridTable" class="table   table-hover">
-
 
483
                            <thead>
-
 
484
                            <tr>
-
 
485
                                <th>LABEL_FIRST_NAME</th>
-
 
486
                                <th>LABEL_LAST_NAME</th>
-
 
487
                                <th>LABEL_EMAIL</th>
-
 
488
                                <th>LABEL_ACTIONS</th>
-
 
489
                            </tr>
-
 
490
                            </thead>
-
 
491
                            <tbody>
-
 
492
                            </tbody>
-
 
493
                        </table>
-
 
494
                    </div>
-
 
495
                    <div class="card-footer clearfix">
-
 
496
                        <div style="float:right;">
-
 
497
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i>
-
 
498
                                LABEL_REFRESH
-
 
499
                            </button>
-
 
500
                            <?php if ($allowAdd) : ?>
-
 
501
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i>
-
 
502
                                    LABEL_ADD
-
 
503
                                </button>
-
 
504
                            <?php endif; ?>
-
 
505
                        </div>
-
 
506
                    </div>
-
 
507
                </div>
-
 
508
            </div>
-
 
509
        </div>
-
 
510
    </div>
-
 
511
</section>
446
 
512
 
447
<section class="main">
513
<section class="main">
448
	<div class="container-fluid">
514
	<div class="container-fluid">
449
    	<div class="row">
515
    	<div class="row">