Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1233 Rev 1234
Línea 622... Línea 622...
622
 
622
 
623
    $('#select-competency').select2({
623
    $('#select-competency').select2({
624
        theme: 'bootstrap4',
624
        theme: 'bootstrap4',
625
        width: '100%',
625
        width: '100%',
-
 
626
    });
-
 
627
 
-
 
628
    /**
-
 
629
     * Clicked cancel new/edit Form
-
 
630
     */
-
 
631
    $('button.btn-edit-cancel').click(function(e) {
-
 
632
        e.preventDefault();
-
 
633
        $('#row-edit').hide();
-
 
634
        $('#row-forms').show();
626
    });
635
    });
Línea 627... Línea 636...
627
});
636
});
628
 
637
 
629
JS;
638
JS;
Línea 821... Línea 830...
821
         <!-- /.card -->
830
         <!-- /.card -->
822
      </div>
831
      </div>
823
      <!-- Modal footer -->
832
      <!-- Modal footer -->
824
      <div class="modal-footer">
833
      <div class="modal-footer">
825
         <button type="submit" form="form" class="btn btn-primary">LABEL_SAVE</button>
834
         <button type="submit" form="form" class="btn btn-primary">LABEL_SAVE</button>
826
         <button type="button" class="btn btn-danger" data-dismiss="modal">Cerrar</button>
835
         <button type="button" class="btn btn-danger btn-edit-cancel" >Cerrar</button>
827
      </div>
836
      </div>
828
</section>
837
</section>
Línea 829... Línea 838...
829
 
838