Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16826 Rev 16827
Línea 300... Línea 300...
300
        $('body').on('click', 'button.btn-refresh', function(e) {
300
        $('body').on('click', 'button.btn-refresh', function(e) {
301
            e.preventDefault();
301
            e.preventDefault();
302
            gridTable.api().ajax.reload(null, false);
302
            gridTable.api().ajax.reload(null, false);
303
        });
303
        });
Línea 304... Línea -...
304
        
-
 
305
 
304
        
306
        $('body').on('click', 'button.btn-cancel', function(e) {
305
        $('body').on('click', 'button.btn-cancel', function(e) {
307
            e.preventDefault();
306
            e.preventDefault();
308
            $('#modal').modal('hide');
307
            $('#modal').modal('hide');
Línea -... Línea 308...
-
 
308
        });
309
        });
309
 
310
 
310
 
311
        $('body').on('click', 'button.btn-import', function(e) {
311
        $('body').on('click', 'button.btn-import', function(e) {
312
            e.preventDefault();
312
            e.preventDefault();
313
            NProgress.start();
313
            NProgress.start();
Línea 449... Línea 449...
449
      		</div>
449
      		</div>
Línea 450... Línea 450...
450
 
450
 
451
            <!-- Modal footer -->
451
            <!-- Modal footer -->
452
      		<div class="modal-footer">
452
      		<div class="modal-footer">
453
              <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
453
              <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
454
                    		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
454
            <button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
455
      		</div>
455
      		</div>
456
           <?php echo $this->form()->closeTag($form); ?>
456
           <?php echo $this->form()->closeTag($form); ?>
457
    	</div>
457
    	</div>
458
	</div>
458
	</div>