Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3866 Rev 3869
Línea 462... Línea 462...
462
    $('body').on('click', 'button.btn-refresh', function (e) {
462
    $('body').on('click', 'button.btn-refresh', function (e) {
463
        e.preventDefault();
463
        e.preventDefault();
464
        gridTable.api().ajax.reload(null, false);
464
        gridTable.api().ajax.reload(null, false);
465
    });
465
    });
Línea -... Línea 466...
-
 
466
 
-
 
467
    $('body').on('click', 'btn-next', function (e) {
-
 
468
       $("#first-step").hide();
-
 
469
       $("#second-step").show();
-
 
470
    });
466
 
471
 
Línea 467... Línea 472...
467
    $('#form-filter #form_uuid').change();
472
    $('#form-filter #form_uuid').change();
468
 
473
 
469
    $('body').on('click', '#check-email', function () {
474
    $('body').on('click', '#check-email', function () {
Línea 478... Línea 483...
478
                $('#form-add #user_id').val(response['data']['user_id']);
483
                $('#form-add #user_id').val(response['data']['user_id']);
479
                $('#form-add #first_name').val(response['data']['first_name']);
484
                $('#form-add #first_name').val(response['data']['first_name']);
480
                $('#form-add #last_name').val(response['data']['last_name']);
485
                $('#form-add #last_name').val(response['data']['last_name']);
481
                $('#form-add #first_name').prop("disabled", true);
486
                $('#form-add #first_name').prop("disabled", true);
482
                $('#form-add #last_name').prop('disabled', true);
487
                $('#form-add #last_name').prop('disabled', true);
483
                $('#form-add #step').show();
-
 
484
            } else {
488
            } else {
485
                $.fn.showError(response['data']);
489
                $.fn.showError(response['data']);
486
            }
490
            }
487
        }).fail(function (jqXHR, textStatus, errorThrown) {
491
        }).fail(function (jqXHR, textStatus, errorThrown) {
488
            $.fn.showError(textStatus);
492
            $.fn.showError(textStatus);
Línea 632... Línea 636...
632
                        echo $this->formLabel($element);
636
                        echo $this->formLabel($element);
633
                        echo $this->formText($element);
637
                        echo $this->formText($element);
634
                        ?>
638
                        ?>
635
                    </div>
639
                    </div>
636
                    <div class="modal-footer">
640
                    <div class="modal-footer">
637
                        <button class="btn btn-primary">LABEL_NEXT</button>
641
                        <button id="btn-next" class="btn btn-primary">LABEL_NEXT</button>
638
                    </div>
642
                    </div>
639
                </div>
643
                </div>
640
                <div id="second-step" style="display: none;">
644
                <div id="second-step" style="display: none;">
641
                    <div class="form-group">
645
                    <div class="form-group">
642
              	       <?php 
646
              	       <?php