Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16905 Rev 16906
Línea 239... Línea 239...
239
                    'orderable': false,
239
                    'orderable': false,
240
                    'render' : function ( data, type, row ) {
240
                    'render' : function ( data, type, row ) {
241
                        s = '';
241
                        s = '';
Línea 242... Línea 242...
242
                        
242
                        
243
                        if(allowEdit && data['link_edit']  ) {
243
                        if(allowEdit && data['link_edit']  ) {
244
                            s = s + '<button class="btn btn-info btn-sm btn-edit" data-href="' + data['link_edit']+ '" data-toggle="tooltip" title="LABEL_EDIT"><i class="fa fa-pencil"></i> Editar </button>&nbsp;';
244
                            s = s + '<button class="btn btn-info btn-sm btn-edit" data-href="' + data['link_edit']+ '" data-toggle="tooltip" title="LABEL_EDIT"><i class="fa fa-pen"></i> Editar </button>&nbsp;';
245
                        }
245
                        }
246
                        if(allowDelete && data['link_delete']  ) {
246
                        if(allowDelete && data['link_delete']  ) {
247
                            s = s + '<button class="btn btn-danger btn-sm btn-delete" data-href="' + data['link_delete']+ '" data-toggle="tooltip" title="LABEL_DELETE"><i class="fa fa-trash"></i> Eliminar</button>&nbsp;';
247
                            s = s + '<button class="btn btn-danger btn-sm btn-delete" data-href="' + data['link_delete']+ '" data-toggle="tooltip" title="LABEL_DELETE"><i class="fa fa-trash"></i> Eliminar</button>&nbsp;';
248
                        }
248
                        }
Línea 299... Línea 299...
299
                'processData': false,
299
                'processData': false,
300
                'contentType': false,
300
                'contentType': false,
301
            }).done(function(response) {
301
            }).done(function(response) {
302
                if(response['success']) {
302
                if(response['success']) {
303
                    $.fn.showSuccess(response['data']);
303
                    $.fn.showSuccess(response['data']);
304
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
305
					$('#row-listing').css('display','block');
-
 
306
                    $('.contenido').html(''); 
-
 
307
            		seleccionarCampo.css('display','none');
-
 
-
 
304
 
Línea 308... Línea 305...
308
                    
305
                    
-
 
306
                    gridTable.api().ajax.reload(null, false);
-
 
307
 
-
 
308
    	    	    $('#row-text-add-box').hide();
-
 
309
                	$('#row-text-edit-box').hide();
-
 
310
                	$('#row-image-add-box').hide();
-
 
311
                	$('#row-image-edit-box').hide();
-
 
312
                	$('#row-video-add-box').hide();
-
 
313
                	$('#row-video-edit-box').hide();
-
 
314
                	$('#row-document-add-box').hide();
-
 
315
                	$('#row-document-edit-box').hide();
-
 
316
                	$('#row-audio-add-box').hide();
-
 
317
                	$('#row-audio-edit-box').hide();
-
 
318
                	$('#row-quizz-add-box').hide();
-
 
319
                    $('#row-quizz-edit-box').hide();
309
                    gridTable.api().ajax.reload(null, false);
320
                    $('#row-listing').show();
310
                } else {
321
                } else {
311
                    validatorTextAdd.resetForm();
322
                    validatorTextAdd.resetForm();
312
                    if(jQuery.type(response['data']) == 'string') {
323
                    if(jQuery.type(response['data']) == 'string') {
313
                        $.fn.showError(response['data']);
324
                        $.fn.showError(response['data']);
Línea 320... Línea 331...
320
            }).fail(function( jqXHR, textStatus, errorThrown) {
331
            }).fail(function( jqXHR, textStatus, errorThrown) {
321
                $.fn.showError(textStatus);
332
                $.fn.showError(textStatus);
322
            }).always(function() {
333
            }).always(function() {
323
                NProgress.done();
334
                NProgress.done();
Línea 324... Línea -...
324
                
-
 
-
 
335
                
325
				$('.info_noticia').prop('disabled', false);
336
				
326
            });
337
            });
327
            return false;
338
            return false;
328
        },
339
        },
Línea 346... Línea 357...
346
                        CKEDITOR.instances.description_edit.updateElement();
357
                        CKEDITOR.instances.description_edit.updateElement();
347
                },
358
                },
348
                required: true
359
                required: true
349
            },
360
            },
350
           'background': {
361
           'background': {
351
                required: true,
362
                required: false,
-
 
363
                extension: 'jpg|jpeg|png',
-
 
364
                accept: 'image/jpg,image/jpeg,image/png'
352
            },
365
            },
353
            'order' : {
366
            'order' : {
354
                required: true,
367
                required: true,
355
                digits: true,
368
                digits: true,
356
                min: 1,
369
                min: 1,
Línea 363... Línea 376...
363
            if (window.FormData){
376
            if (window.FormData){
364
                formdata = new FormData(form); //form[0]);
377
                formdata = new FormData(form); //form[0]);
365
            }
378
            }
Línea 366... Línea -...
366
 
-
 
-
 
379
 
367
            
380
            
368
				$('.info_noticia').prop('disabled', true);
381
				
369
            NProgress.start();
382
            NProgress.start();
370
            $.ajax({
383
            $.ajax({
371
                'dataType'  : 'json',
384
                'dataType'  : 'json',
Línea 376... Línea 389...
376
                'processData': false,
389
                'processData': false,
377
                'contentType': false,
390
                'contentType': false,
378
            }).done(function(response) {
391
            }).done(function(response) {
379
                if(response['success']) {
392
                if(response['success']) {
380
                    $.fn.showSuccess(response['data']);
393
                    $.fn.showSuccess(response['data']);
381
                       
-
 
382
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
383
					$('#row-listing').css('display','block');
-
 
384
                    $('.contenido').html(''); 
-
 
385
            		seleccionarCampo.css('display','none');
-
 
Línea -... Línea 394...
-
 
394
 
386
 
395
                    
-
 
396
                    gridTable.api().ajax.reload(null, false);
-
 
397
 
-
 
398
    	    	    $('#row-text-add-box').hide();
-
 
399
                	$('#row-text-edit-box').hide();
-
 
400
                	$('#row-image-add-box').hide();
-
 
401
                	$('#row-image-edit-box').hide();
-
 
402
                	$('#row-video-add-box').hide();
-
 
403
                	$('#row-video-edit-box').hide();
-
 
404
                	$('#row-document-add-box').hide();
-
 
405
                	$('#row-document-edit-box').hide();
-
 
406
                	$('#row-audio-add-box').hide();
-
 
407
                	$('#row-audio-edit-box').hide();
-
 
408
                	$('#row-quizz-add-box').hide();
-
 
409
                    $('#row-quizz-edit-box').hide();
387
                    gridTable.api().ajax.reload(null, false);
410
                    $('#row-listing').show();
388
                } else {
411
                } else {
389
                    validatorTextEdit.resetForm();
412
                    validatorTextEdit.resetForm();
390
                    if(jQuery.type(response['data']) == 'string') {
413
                    if(jQuery.type(response['data']) == 'string') {
391
                        $.fn.showError(response['data']);
414
                        $.fn.showError(response['data']);
Línea 398... Línea 421...
398
            }).fail(function( jqXHR, textStatus, errorThrown) {
421
            }).fail(function( jqXHR, textStatus, errorThrown) {
399
                $.fn.showError(textStatus);
422
                $.fn.showError(textStatus);
400
            }).always(function() {
423
            }).always(function() {
401
                NProgress.done();
424
                NProgress.done();
Línea 402... Línea -...
402
                
-
 
-
 
425
                
403
				$('.info_noticia').prop('disabled', false);
426
				
404
            });
427
            });
405
            return false;
428
            return false;
406
        },
429
        },
Línea 419... Línea 442...
419
                required: true,
442
                required: true,
420
                maxlength: 128,
443
                maxlength: 128,
421
            },
444
            },
422
           'file': {
445
           'file': {
423
                required: true,
446
                required: true,
-
 
447
                extension: 'jpg|jpeg|png',
-
 
448
                accept: 'image/jpg,image/jpeg,image/png'
424
            },
449
            },
425
            'order' : {
450
            'order' : {
426
                required: true,
451
                required: true,
427
                digits: true,
452
                digits: true,
428
                min: 1,
453
                min: 1,
Línea 435... Línea 460...
435
            if (window.FormData){
460
            if (window.FormData){
436
                formdata = new FormData(form); //form[0]);
461
                formdata = new FormData(form); //form[0]);
437
            }
462
            }
Línea 438... Línea -...
438
 
-
 
-
 
463
 
439
            
464
            
440
				$('.info_noticia').prop('disabled', true);
465
				
441
            NProgress.start();
466
            NProgress.start();
442
            $.ajax({
467
            $.ajax({
443
                'dataType'  : 'json',
468
                'dataType'  : 'json',
Línea 449... Línea 474...
449
                'contentType': false,
474
                'contentType': false,
450
            }).done(function(response) {
475
            }).done(function(response) {
451
                console.log(response)
476
                console.log(response)
452
                if(response['success']) {
477
                if(response['success']) {
453
                    $.fn.showSuccess(response['data']);
478
                    $.fn.showSuccess(response['data']);
454
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
455
					$('#row-listing').css('display','block');
-
 
456
                    $('.contenido').html(''); 
-
 
457
            		
479
 
458
            		seleccionarCampo.css('display','none');
-
 
Línea 459... Línea 480...
459
                    
480
                    
-
 
481
                    gridTable.api().ajax.reload(null, false);
-
 
482
 
-
 
483
    	    	    $('#row-text-add-box').hide();
-
 
484
                	$('#row-text-edit-box').hide();
-
 
485
                	$('#row-image-add-box').hide();
-
 
486
                	$('#row-image-edit-box').hide();
-
 
487
                	$('#row-video-add-box').hide();
-
 
488
                	$('#row-video-edit-box').hide();
-
 
489
                	$('#row-document-add-box').hide();
-
 
490
                	$('#row-document-edit-box').hide();
-
 
491
                	$('#row-audio-add-box').hide();
-
 
492
                	$('#row-audio-edit-box').hide();
-
 
493
                	$('#row-quizz-add-box').hide();
-
 
494
                    $('#row-quizz-edit-box').hide();
460
                    gridTable.api().ajax.reload(null, false);
495
                    $('#row-listing').show();
461
                } else {
496
                } else {
462
                    validatorImageAdd.resetForm();
497
                    validatorImageAdd.resetForm();
463
                    if(jQuery.type(response['data']) == 'string') {
498
                    if(jQuery.type(response['data']) == 'string') {
464
                        $.fn.showError(response['data']);
499
                        $.fn.showError(response['data']);
Línea 471... Línea 506...
471
            }).fail(function( jqXHR, textStatus, errorThrown) {
506
            }).fail(function( jqXHR, textStatus, errorThrown) {
472
                $.fn.showError(textStatus);
507
                $.fn.showError(textStatus);
473
            }).always(function() {
508
            }).always(function() {
474
                NProgress.done();
509
                NProgress.done();
Línea 475... Línea -...
475
                
-
 
-
 
510
                
476
				$('.info_noticia').prop('disabled', false);
511
				
477
            });
512
            });
478
            return false;
513
            return false;
479
        },
514
        },
Línea 491... Línea 526...
491
            'name': {
526
            'name': {
492
                required: true,
527
                required: true,
493
                maxlength: 128,
528
                maxlength: 128,
494
            },
529
            },
495
            'file': {
530
            'file': {
496
                required: true,
531
                required: false,
-
 
532
                extension: 'jpg|jpeg|png',
-
 
533
                accept: 'image/jpg,image/jpeg,image/png'
497
            },
534
            },
498
            'order' : {
535
            'order' : {
499
                required: true,
536
                required: true,
500
                digits: true,
537
                digits: true,
501
                min: 1,
538
                min: 1,
Línea 507... Línea 544...
507
            var formdata = false;
544
            var formdata = false;
508
            if (window.FormData){
545
            if (window.FormData){
509
                formdata = new FormData(form); //form[0]);
546
                formdata = new FormData(form); //form[0]);
510
            }
547
            }
Línea 511... Línea -...
511
            
-
 
-
 
548
            
512
				$('.info_noticia').prop('disabled', true);
549
				
513
            NProgress.start();
550
            NProgress.start();
514
            $.ajax({
551
            $.ajax({
515
                'dataType'  : 'json',
552
                'dataType'  : 'json',
516
                'accept'    : 'application/json',
553
                'accept'    : 'application/json',
Línea 520... Línea 557...
520
                'processData': false,
557
                'processData': false,
521
                'contentType': false,
558
                'contentType': false,
522
            }).done(function(response) {
559
            }).done(function(response) {
523
                if(response['success']) {
560
                if(response['success']) {
524
                    $.fn.showSuccess(response['data']);
561
                    $.fn.showSuccess(response['data']);
525
                       
562
 
526
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
527
					$('#row-listing').css('display','block');
-
 
528
                    $('.contenido').html(''); 
-
 
529
            		
-
 
530
            		seleccionarCampo.css('display','none');
-
 
Línea 531... Línea 563...
531
                    
563
                    
-
 
564
                    gridTable.api().ajax.reload(null, false);
-
 
565
 
-
 
566
    	    	    $('#row-text-add-box').hide();
-
 
567
                	$('#row-text-edit-box').hide();
-
 
568
                	$('#row-image-add-box').hide();
-
 
569
                	$('#row-image-edit-box').hide();
-
 
570
                	$('#row-video-add-box').hide();
-
 
571
                	$('#row-video-edit-box').hide();
-
 
572
                	$('#row-document-add-box').hide();
-
 
573
                	$('#row-document-edit-box').hide();
-
 
574
                	$('#row-audio-add-box').hide();
-
 
575
                	$('#row-audio-edit-box').hide();
-
 
576
                	$('#row-quizz-add-box').hide();
-
 
577
                    $('#row-quizz-edit-box').hide();
532
                    gridTable.api().ajax.reload(null, false);
578
                    $('#row-listing').show();
533
                } else {
579
                } else {
534
                    validatorImageEdit.resetForm();
580
                    validatorImageEdit.resetForm();
535
                    if(jQuery.type(response['data']) == 'string') {
581
                    if(jQuery.type(response['data']) == 'string') {
536
                        $.fn.showError(response['data']);
582
                        $.fn.showError(response['data']);
Línea 543... Línea 589...
543
            }).fail(function( jqXHR, textStatus, errorThrown) {
589
            }).fail(function( jqXHR, textStatus, errorThrown) {
544
                $.fn.showError(textStatus);
590
                $.fn.showError(textStatus);
545
            }).always(function() {
591
            }).always(function() {
546
                NProgress.done();
592
                NProgress.done();
Línea 547... Línea -...
547
                
-
 
-
 
593
                
548
				$('.info_noticia').prop('disabled', false);
594
				
549
            });
595
            });
550
            return false;
596
            return false;
551
        },
597
        },
Línea 569... Línea 615...
569
                extension: 'webm,mp4,webm',
615
                extension: 'webm,mp4,webm',
570
                accept: 'video/webm,video/mpeg,video/mp4'
616
                accept: 'video/webm,video/mpeg,video/mp4'
571
            },
617
            },
572
            'background': {
618
            'background': {
573
                required: true,
619
                required: true,
-
 
620
                extension: 'jpg|jpeg|png',
-
 
621
                accept: 'image/jpg,image/jpeg,image/png'
574
            },
622
            },
575
            'order' : {
623
            'order' : {
576
                required: true,
624
                required: true,
577
                digits: true,
625
                digits: true,
578
                min: 1,
626
                min: 1,
Línea 585... Línea 633...
585
            if (window.FormData){
633
            if (window.FormData){
586
                formdata = new FormData(form); //form[0]);
634
                formdata = new FormData(form); //form[0]);
587
            }
635
            }
Línea 588... Línea -...
588
 
-
 
-
 
636
 
589
            
637
            
590
			$('.info_noticia').prop('disabled', true);
638
			
591
            NProgress.start();
639
            NProgress.start();
592
            $.ajax({
640
            $.ajax({
593
                'dataType'  : 'json',
641
                'dataType'  : 'json',
Línea 598... Línea 646...
598
                'processData': false,
646
                'processData': false,
599
                'contentType': false,
647
                'contentType': false,
600
            }).done(function(response) {
648
            }).done(function(response) {
601
                if(response['success']) {
649
                if(response['success']) {
602
                    $.fn.showSuccess(response['data']);
650
                    $.fn.showSuccess(response['data']);
603
     
651
 
604
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
605
					$('#row-listing').css('display','block');
-
 
606
                    $('.contenido').html(''); 
-
 
607
            		seleccionarCampo.css('display','none');
-
 
-
 
652
                    
608
                    gridTable.api().ajax.reload(null, false);
653
                    gridTable.api().ajax.reload(null, false);
-
 
654
 
-
 
655
    	    	    $('#row-text-add-box').hide();
-
 
656
                	$('#row-text-edit-box').hide();
-
 
657
                	$('#row-image-add-box').hide();
-
 
658
                	$('#row-image-edit-box').hide();
-
 
659
                	$('#row-video-add-box').hide();
-
 
660
                	$('#row-video-edit-box').hide();
-
 
661
                	$('#row-document-add-box').hide();
-
 
662
                	$('#row-document-edit-box').hide();
-
 
663
                	$('#row-audio-add-box').hide();
-
 
664
                	$('#row-audio-edit-box').hide();
-
 
665
                	$('#row-quizz-add-box').hide();
-
 
666
                    $('#row-quizz-edit-box').hide();
-
 
667
                    $('#row-listing').show();
609
                } else {
668
                } else {
610
                    validatorVideoAdd.resetForm();
669
                    validatorVideoAdd.resetForm();
611
                    if(jQuery.type(response['data']) == 'string') {
670
                    if(jQuery.type(response['data']) == 'string') {
612
                        $.fn.showError(response['data']);
671
                        $.fn.showError(response['data']);
613
                    } else  {
672
                    } else  {
Línea 618... Línea 677...
618
                }
677
                }
619
            }).fail(function( jqXHR, textStatus, errorThrown) {
678
            }).fail(function( jqXHR, textStatus, errorThrown) {
620
                $.fn.showError(textStatus);
679
                $.fn.showError(textStatus);
621
            }).always(function() {
680
            }).always(function() {
622
                NProgress.done();
681
                NProgress.done();
623
				$('.info_noticia').prop('disabled', false);
-
 
-
 
682
				
624
            });
683
            });
625
            return false;
684
            return false;
626
        },
685
        },
627
        invalidHandler: function(form, validator) {
686
        invalidHandler: function(form, validator) {
Línea 643... Línea 702...
643
                required: false,
702
                required: false,
644
                extension: 'webm,mp4,webm',
703
                extension: 'webm,mp4,webm',
645
                accept: 'video/webm,video/mpeg,video/mp4'
704
                accept: 'video/webm,video/mpeg,video/mp4'
646
            },
705
            },
647
            'background': {
706
            'background': {
648
                required: true
707
                required: false,
-
 
708
                extension: 'jpg|jpeg|png',
-
 
709
                accept: 'image/jpg,image/jpeg,image/png'
649
            },
710
            },
650
            'order' : {
711
            'order' : {
651
                required: true,
712
                required: true,
652
                digits: true,
713
                digits: true,
653
                min: 1,
714
                min: 1,
Línea 660... Línea 721...
660
            if (window.FormData){
721
            if (window.FormData){
661
                formdata = new FormData(form); //form[0]);
722
                formdata = new FormData(form); //form[0]);
662
            }
723
            }
Línea 663... Línea -...
663
 
-
 
-
 
724
 
664
           
725
           
665
			$('.info_noticia').prop('disabled', true);
726
			
666
            NProgress.start();
727
            NProgress.start();
667
            $.ajax({
728
            $.ajax({
668
                'dataType'  : 'json',
729
                'dataType'  : 'json',
Línea 673... Línea 734...
673
                'processData': false,
734
                'processData': false,
674
                'contentType': false,
735
                'contentType': false,
675
            }).done(function(response) {
736
            }).done(function(response) {
676
                if(response['success']) {
737
                if(response['success']) {
677
                    $.fn.showSuccess(response['data']);
738
                    $.fn.showSuccess(response['data']);
678
                       
739
 
679
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
680
					$('#row-listing').css('display','block');
-
 
681
                    $('.contenido').html(''); 
-
 
682
            		seleccionarCampo.css('display','none');
-
 
Línea 683... Línea 740...
683
                    
740
                    
-
 
741
                    gridTable.api().ajax.reload(null, false);
-
 
742
 
-
 
743
    	    	    $('#row-text-add-box').hide();
-
 
744
                	$('#row-text-edit-box').hide();
-
 
745
                	$('#row-image-add-box').hide();
-
 
746
                	$('#row-image-edit-box').hide();
-
 
747
                	$('#row-video-add-box').hide();
-
 
748
                	$('#row-video-edit-box').hide();
-
 
749
                	$('#row-document-add-box').hide();
-
 
750
                	$('#row-document-edit-box').hide();
-
 
751
                	$('#row-audio-add-box').hide();
-
 
752
                	$('#row-audio-edit-box').hide();
-
 
753
                	$('#row-quizz-add-box').hide();
-
 
754
                    $('#row-quizz-edit-box').hide();
684
                    gridTable.api().ajax.reload(null, false);
755
                    $('#row-listing').show();
685
                } else {
756
                } else {
686
                    validatorVideoEdit.resetForm();
757
                    validatorVideoEdit.resetForm();
687
                    if(jQuery.type(response['data']) == 'string') {
758
                    if(jQuery.type(response['data']) == 'string') {
688
                        $.fn.showError(response['data']);
759
                        $.fn.showError(response['data']);
Línea 693... Línea 764...
693
                    }
764
                    }
694
                }
765
                }
695
            }).fail(function( jqXHR, textStatus, errorThrown) {
766
            }).fail(function( jqXHR, textStatus, errorThrown) {
696
                $.fn.showError(textStatus);
767
                $.fn.showError(textStatus);
697
            }).always(function() {
768
            }).always(function() {
698
				$('.info_noticia').prop('disabled', false);
-
 
-
 
769
				
699
                NProgress.done();
770
                NProgress.done();
700
            });
771
            });
701
            return false;
772
            return false;
702
        },
773
        },
703
        invalidHandler: function(form, validator) {
774
        invalidHandler: function(form, validator) {
Línea 721... Línea 792...
721
                extension: 'pdf',
792
                extension: 'pdf',
722
                accept: 'application/pdf'
793
                accept: 'application/pdf'
723
            },
794
            },
724
           'background': {
795
           'background': {
725
                required: true,
796
                required: true,
-
 
797
                extension: 'jpg|jpeg|png',
-
 
798
                accept: 'image/jpg,image/jpeg,image/png'
726
            },
799
            },
727
            'order' : {
800
            'order' : {
728
                required: true,
801
                required: true,
729
                digits: true,
802
                digits: true,
730
                min: 1,
803
                min: 1,
Línea 737... Línea 810...
737
            if (window.FormData){
810
            if (window.FormData){
738
                formdata = new FormData(form); //form[0]);
811
                formdata = new FormData(form); //form[0]);
739
            }
812
            }
Línea 740... Línea -...
740
 
-
 
-
 
813
 
741
            
814
            
742
			$('.info_noticia').prop('disabled', true);
815
 
743
            NProgress.start();
816
            NProgress.start();
744
            $.ajax({
817
            $.ajax({
745
                'dataType'  : 'json',
818
                'dataType'  : 'json',
Línea 750... Línea 823...
750
                'processData': false,
823
                'processData': false,
751
                'contentType': false,
824
                'contentType': false,
752
            }).done(function(response) {
825
            }).done(function(response) {
753
                if(response['success']) {
826
                if(response['success']) {
754
                    $.fn.showSuccess(response['data']);
827
                    $.fn.showSuccess(response['data']);
755
                       
828
 
756
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
757
					$('#row-listing').css('display','block');
-
 
758
                    $('.contenido').html(''); 
-
 
759
            		seleccionarCampo.css('display','none');
-
 
Línea 760... Línea 829...
760
                    
829
                    
-
 
830
                    gridTable.api().ajax.reload(null, false);
-
 
831
 
-
 
832
    	    	    $('#row-text-add-box').hide();
-
 
833
                	$('#row-text-edit-box').hide();
-
 
834
                	$('#row-image-add-box').hide();
-
 
835
                	$('#row-image-edit-box').hide();
-
 
836
                	$('#row-video-add-box').hide();
-
 
837
                	$('#row-video-edit-box').hide();
-
 
838
                	$('#row-document-add-box').hide();
-
 
839
                	$('#row-document-edit-box').hide();
-
 
840
                	$('#row-audio-add-box').hide();
-
 
841
                	$('#row-audio-edit-box').hide();
-
 
842
                	$('#row-quizz-add-box').hide();
-
 
843
                    $('#row-quizz-edit-box').hide();
761
                    gridTable.api().ajax.reload(null, false);
844
                    $('#row-listing').show();
762
                } else {
845
                } else {
763
                    validatorDocumentAdd.resetForm();
846
                    validatorDocumentAdd.resetForm();
764
                    if(jQuery.type(response['data']) == 'string') {
847
                    if(jQuery.type(response['data']) == 'string') {
765
                        $.fn.showError(response['data']);
848
                        $.fn.showError(response['data']);
Línea 770... Línea 853...
770
                    }
853
                    }
771
                }
854
                }
772
            }).fail(function( jqXHR, textStatus, errorThrown) {
855
            }).fail(function( jqXHR, textStatus, errorThrown) {
773
                $.fn.showError(textStatus);
856
                $.fn.showError(textStatus);
774
            }).always(function() {
857
            }).always(function() {
775
				$('.info_noticia').prop('disabled', false);
-
 
-
 
858
				
776
                NProgress.done();
859
                NProgress.done();
777
            });
860
            });
778
            return false;
861
            return false;
779
        },
862
        },
780
        invalidHandler: function(form, validator) {
863
        invalidHandler: function(form, validator) {
Línea 796... Línea 879...
796
                required: false,
879
                required: false,
797
                extension: 'pdf',
880
                extension: 'pdf',
798
                accept: 'application/pdf'
881
                accept: 'application/pdf'
799
            },
882
            },
800
           'background': {
883
           'background': {
801
                required: true,
884
                required: false,
-
 
885
                extension: 'jpg|jpeg|png',
-
 
886
                accept: 'image/jpg,image/jpeg,image/png'
802
            },
887
            },
803
            'order' : {
888
            'order' : {
804
                required: true,
889
                required: true,
805
                digits: true,
890
                digits: true,
806
                min: 1,
891
                min: 1,
Línea 813... Línea 898...
813
            if (window.FormData){
898
            if (window.FormData){
814
                formdata = new FormData(form); //form[0]);
899
                formdata = new FormData(form); //form[0]);
815
            }
900
            }
Línea 816... Línea -...
816
 
-
 
-
 
901
 
817
            
902
            
818
			$('.info_noticia').prop('disabled', true);
903
			
819
            NProgress.start();
904
            NProgress.start();
820
            $.ajax({
905
            $.ajax({
821
                'dataType'  : 'json',
906
                'dataType'  : 'json',
Línea 826... Línea 911...
826
                'processData': false,
911
                'processData': false,
827
                'contentType': false,
912
                'contentType': false,
828
            }).done(function(response) {
913
            }).done(function(response) {
829
                if(response['success']) {
914
                if(response['success']) {
830
                    $.fn.showSuccess(response['data']);
915
                    $.fn.showSuccess(response['data']);
831
                       
916
 
832
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
833
					$('#row-listing').css('display','block');
-
 
834
                    $('.contenido').html(''); 
-
 
835
            		seleccionarCampo.css('display','none');
-
 
Línea 836... Línea 917...
836
                    
917
                    
-
 
918
                    gridTable.api().ajax.reload(null, false);
-
 
919
 
-
 
920
    	    	    $('#row-text-add-box').hide();
-
 
921
                	$('#row-text-edit-box').hide();
-
 
922
                	$('#row-image-add-box').hide();
-
 
923
                	$('#row-image-edit-box').hide();
-
 
924
                	$('#row-video-add-box').hide();
-
 
925
                	$('#row-video-edit-box').hide();
-
 
926
                	$('#row-document-add-box').hide();
-
 
927
                	$('#row-document-edit-box').hide();
-
 
928
                	$('#row-audio-add-box').hide();
-
 
929
                	$('#row-audio-edit-box').hide();
-
 
930
                	$('#row-quizz-add-box').hide();
-
 
931
                    $('#row-quizz-edit-box').hide();
837
                    gridTable.api().ajax.reload(null, false);
932
                    $('#row-listing').show();
838
                } else {
933
                } else {
839
                    validatorDocumentEdit.resetForm();
934
                    validatorDocumentEdit.resetForm();
840
                    if(jQuery.type(response['data']) == 'string') {
935
                    if(jQuery.type(response['data']) == 'string') {
841
                        $.fn.showError(response['data']);
936
                        $.fn.showError(response['data']);
Línea 846... Línea 941...
846
                    }
941
                    }
847
                }
942
                }
848
            }).fail(function( jqXHR, textStatus, errorThrown) {
943
            }).fail(function( jqXHR, textStatus, errorThrown) {
849
                $.fn.showError(textStatus);
944
                $.fn.showError(textStatus);
850
            }).always(function() {
945
            }).always(function() {
851
				$('.info_noticia').prop('disabled', false);
-
 
-
 
946
				
852
                NProgress.done();
947
                NProgress.done();
853
            });
948
            });
854
            return false;
949
            return false;
855
        },
950
        },
856
        invalidHandler: function(form, validator) {
951
        invalidHandler: function(form, validator) {
Línea 873... Línea 968...
873
                extension: 'wav|mp3',
968
                extension: 'wav|mp3',
874
                accept: 'audio/wav, audio/mpeg'
969
                accept: 'audio/wav, audio/mpeg'
875
            },
970
            },
Línea 876... Línea 971...
876
 
971
 
877
           'background': {
972
           'background': {
-
 
973
                required: true,
-
 
974
                extension: 'jpg|jpeg|png',
878
                required: true
975
                accept: 'image/jpg,image/jpeg,image/png'
879
            },
976
            },
880
            'order' : {
977
            'order' : {
881
                required: true,
978
                required: true,
882
                digits: true,
979
                digits: true,
Línea 890... Línea 987...
890
            if (window.FormData){
987
            if (window.FormData){
891
                formdata = new FormData(form); //form[0]);
988
                formdata = new FormData(form); //form[0]);
892
            }
989
            }
Línea 893... Línea -...
893
 
-
 
-
 
990
 
894
            
991
            
895
			$('.info_noticia').prop('disabled', true);
992
			
896
            NProgress.start();
993
            NProgress.start();
897
            $.ajax({
994
            $.ajax({
898
                'dataType'  : 'json',
995
                'dataType'  : 'json',
Línea 903... Línea 1000...
903
                'processData': false,
1000
                'processData': false,
904
                'contentType': false,
1001
                'contentType': false,
905
            }).done(function(response) {
1002
            }).done(function(response) {
906
                if(response['success']) {
1003
                if(response['success']) {
907
                    $.fn.showSuccess(response['data']);
1004
                    $.fn.showSuccess(response['data']);
908
                       
1005
 
909
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
910
					$('#row-listing').css('display','block');
-
 
911
                    $('.contenido').html(''); 
-
 
912
            		seleccionarCampo.css('display','none');
-
 
Línea 913... Línea 1006...
913
                    
1006
                    
-
 
1007
                    gridTable.api().ajax.reload(null, false);
-
 
1008
 
-
 
1009
    	    	    $('#row-text-add-box').hide();
-
 
1010
                	$('#row-text-edit-box').hide();
-
 
1011
                	$('#row-image-add-box').hide();
-
 
1012
                	$('#row-image-edit-box').hide();
-
 
1013
                	$('#row-video-add-box').hide();
-
 
1014
                	$('#row-video-edit-box').hide();
-
 
1015
                	$('#row-document-add-box').hide();
-
 
1016
                	$('#row-document-edit-box').hide();
-
 
1017
                	$('#row-audio-add-box').hide();
-
 
1018
                	$('#row-audio-edit-box').hide();
-
 
1019
                	$('#row-quizz-add-box').hide();
-
 
1020
                    $('#row-quizz-edit-box').hide();
914
                    gridTable.api().ajax.reload(null, false);
1021
                    $('#row-listing').show();
915
                } else {
1022
                } else {
916
                    validatorAudioAdd.resetForm();
1023
                    validatorAudioAdd.resetForm();
917
                    if(jQuery.type(response['data']) == 'string') {
1024
                    if(jQuery.type(response['data']) == 'string') {
918
                        $.fn.showError(response['data']);
1025
                        $.fn.showError(response['data']);
Línea 925... Línea 1032...
925
            }).fail(function( jqXHR, textStatus, errorThrown) {
1032
            }).fail(function( jqXHR, textStatus, errorThrown) {
926
                $.fn.showError(textStatus);
1033
                $.fn.showError(textStatus);
927
            }).always(function() {
1034
            }).always(function() {
928
                NProgress.done();
1035
                NProgress.done();
Línea 929... Línea -...
929
                
-
 
-
 
1036
                
930
				$('.info_noticia').prop('disabled', false);
1037
				
931
            });
1038
            });
932
            return false;
1039
            return false;
933
        },
1040
        },
Línea 951... Línea 1058...
951
                extension: 'wav|mp3',
1058
                extension: 'wav|mp3',
952
                accept: 'audio/wav, audio/mpeg'
1059
                accept: 'audio/wav, audio/mpeg'
953
            },
1060
            },
Línea 954... Línea 1061...
954
 
1061
 
955
           'background': {
1062
           'background': {
-
 
1063
                required: false,
-
 
1064
                extension: 'jpg|jpeg|png',
956
                required: true,
1065
                accept: 'image/jpg,image/jpeg,image/png'
957
            },
1066
            },
958
            'order' : {
1067
            'order' : {
959
                required: true,
1068
                required: true,
960
                digits: true,
1069
                digits: true,
Línea 968... Línea 1077...
968
            if (window.FormData){
1077
            if (window.FormData){
969
                formdata = new FormData(form); //form[0]);
1078
                formdata = new FormData(form); //form[0]);
970
            }
1079
            }
Línea 971... Línea -...
971
 
-
 
-
 
1080
 
972
            
1081
            
973
				$('.info_noticia').prop('disabled', true);
1082
				
974
            NProgress.start();
1083
            NProgress.start();
975
            $.ajax({
1084
            $.ajax({
976
                'dataType'  : 'json',
1085
                'dataType'  : 'json',
Línea 981... Línea 1090...
981
                'processData': false,
1090
                'processData': false,
982
                'contentType': false,
1091
                'contentType': false,
983
            }).done(function(response) {
1092
            }).done(function(response) {
984
                if(response['success']) {
1093
                if(response['success']) {
985
                    $.fn.showSuccess(response['data']);
1094
                    $.fn.showSuccess(response['data']);
986
                       
1095
 
987
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
988
					$('#row-listing').css('display','block');
-
 
989
                    $('.contenido').html(''); 
-
 
990
            		seleccionarCampo.css('display','none');
-
 
Línea 991... Línea 1096...
991
                    
1096
                    
-
 
1097
                    gridTable.api().ajax.reload(null, false);
-
 
1098
 
-
 
1099
    	    	    $('#row-text-add-box').hide();
-
 
1100
                	$('#row-text-edit-box').hide();
-
 
1101
                	$('#row-image-add-box').hide();
-
 
1102
                	$('#row-image-edit-box').hide();
-
 
1103
                	$('#row-video-add-box').hide();
-
 
1104
                	$('#row-video-edit-box').hide();
-
 
1105
                	$('#row-document-add-box').hide();
-
 
1106
                	$('#row-document-edit-box').hide();
-
 
1107
                	$('#row-audio-add-box').hide();
-
 
1108
                	$('#row-audio-edit-box').hide();
-
 
1109
                	$('#row-quizz-add-box').hide();
-
 
1110
                    $('#row-quizz-edit-box').hide();
992
                    gridTable.api().ajax.reload(null, false);
1111
                    $('#row-listing').show();
993
                } else {
1112
                } else {
994
                    validatorAudioEdit.resetForm();
1113
                    validatorAudioEdit.resetForm();
995
                    if(jQuery.type(response['data']) == 'string') {
1114
                    if(jQuery.type(response['data']) == 'string') {
996
                        $.fn.showError(response['data']);
1115
                        $.fn.showError(response['data']);
Línea 1001... Línea 1120...
1001
                    }
1120
                    }
1002
                }
1121
                }
1003
            }).fail(function( jqXHR, textStatus, errorThrown) {
1122
            }).fail(function( jqXHR, textStatus, errorThrown) {
1004
                $.fn.showError(textStatus);
1123
                $.fn.showError(textStatus);
1005
            }).always(function() {
1124
            }).always(function() {
1006
				$('.info_noticia').prop('disabled', false);
-
 
-
 
1125
				
1007
                NProgress.done();
1126
                NProgress.done();
1008
            });
1127
            });
1009
            return false;
1128
            return false;
1010
        },
1129
        },
1011
        invalidHandler: function(form, validator) {
1130
        invalidHandler: function(form, validator) {
Línea 1028... Línea 1147...
1028
                extension: 'wav|mp3',
1147
                extension: 'wav|mp3',
1029
                accept: 'quizz/wav, quizz/mpeg'
1148
                accept: 'quizz/wav, quizz/mpeg'
1030
            },
1149
            },
1031
            'background': {
1150
            'background': {
1032
                required: true,
1151
                required: true,
-
 
1152
                extension: 'jpg|jpeg|png',
-
 
1153
                accept: 'image/jpg,image/jpeg,image/png'
1033
            },
1154
            },
1034
            'quiz_id': {
1155
            'quiz_id': {
1035
                required: true,
1156
                required: true,
1036
            },
1157
            },
1037
            'order' : {
1158
            'order' : {
Línea 1043... Línea 1164...
1043
        },
1164
        },
1044
        submitHandler: function(form)
1165
        submitHandler: function(form)
1045
        {
1166
        {
Línea 1046... Línea -...
1046
 
-
 
-
 
1167
 
1047
            
1168
            
1048
				$('.info_noticia').prop('disabled', true);
1169
				
1049
            NProgress.start();
1170
            NProgress.start();
1050
            var formdata = false;
1171
            var formdata = false;
1051
            if (window.FormData){
1172
            if (window.FormData){
Línea 1061... Línea 1182...
1061
                'processData': false,
1182
                'processData': false,
1062
                'contentType': false,
1183
                'contentType': false,
1063
            }).done(function(response) {
1184
            }).done(function(response) {
1064
                if(response['success']) {
1185
                if(response['success']) {
1065
                    $.fn.showSuccess(response['data']);
1186
                    $.fn.showSuccess(response['data']);
1066
                       
1187
 
1067
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
1068
					$('#row-listing').css('display','block');
-
 
1069
                    $('.contenido').html(''); 
-
 
1070
            		seleccionarCampo.css('display','none');
-
 
Línea 1071... Línea 1188...
1071
                    
1188
                    
-
 
1189
                    gridTable.api().ajax.reload(null, false);
-
 
1190
 
-
 
1191
    	    	    $('#row-text-add-box').hide();
-
 
1192
                	$('#row-text-edit-box').hide();
-
 
1193
                	$('#row-image-add-box').hide();
-
 
1194
                	$('#row-image-edit-box').hide();
-
 
1195
                	$('#row-video-add-box').hide();
-
 
1196
                	$('#row-video-edit-box').hide();
-
 
1197
                	$('#row-document-add-box').hide();
-
 
1198
                	$('#row-document-edit-box').hide();
-
 
1199
                	$('#row-audio-add-box').hide();
-
 
1200
                	$('#row-audio-edit-box').hide();
-
 
1201
                	$('#row-quizz-add-box').hide();
-
 
1202
                    $('#row-quizz-edit-box').hide();
1072
                    gridTable.api().ajax.reload(null, false);
1203
                    $('#row-listing').show();
1073
                } else {
1204
                } else {
1074
                    validatorQuizzAdd.resetForm();
1205
                    validatorQuizzAdd.resetForm();
1075
                    if(jQuery.type(response['data']) == 'string') {
1206
                    if(jQuery.type(response['data']) == 'string') {
1076
                        $.fn.showError(response['data']);
1207
                        $.fn.showError(response['data']);
Línea 1083... Línea 1214...
1083
            }).fail(function( jqXHR, textStatus, errorThrown) {
1214
            }).fail(function( jqXHR, textStatus, errorThrown) {
1084
                $.fn.showError(textStatus);
1215
                $.fn.showError(textStatus);
1085
            }).always(function() {
1216
            }).always(function() {
1086
                NProgress.done();
1217
                NProgress.done();
Línea 1087... Línea -...
1087
                
-
 
-
 
1218
                
1088
				$('.info_noticia').prop('disabled', true);
1219
				
1089
            });
1220
            });
1090
            return false;
1221
            return false;
1091
        },
1222
        },
Línea 1103... Línea 1234...
1103
            'name': {
1234
            'name': {
1104
                required: true,
1235
                required: true,
1105
                maxlength: 128,
1236
                maxlength: 128,
1106
            },
1237
            },
1107
           'background': {
1238
           'background': {
1108
                required: true,
1239
                required: false,
-
 
1240
                extension: 'jpg|jpeg|png',
-
 
1241
                accept: 'image/jpg,image/jpeg,image/png',
1109
            },
1242
            },
1110
            'quiz_id': {
1243
            'quiz_id': {
1111
                required: true,
1244
                required: true,
1112
            },
1245
            },
1113
            'order' : {
1246
            'order' : {
Línea 1118... Línea 1251...
1118
            }
1251
            }
1119
        },
1252
        },
1120
        submitHandler: function(form)
1253
        submitHandler: function(form)
1121
        {
1254
        {
Línea 1122... Línea -...
1122
 
-
 
-
 
1255
 
1123
            $('.info_noticia').prop('disabled', true);
1256
            
1124
            NProgress.start();
1257
            NProgress.start();
1125
            var formdata = false;
1258
            var formdata = false;
1126
            if (window.FormData){
1259
            if (window.FormData){
1127
                formdata = new FormData(form); //form[0]);
1260
                formdata = new FormData(form); //form[0]);
Línea 1135... Línea 1268...
1135
                'processData': false,
1268
                'processData': false,
1136
                'contentType': false,
1269
                'contentType': false,
1137
            }).done(function(response) {
1270
            }).done(function(response) {
1138
                if(response['success']) {
1271
                if(response['success']) {
1139
                    $.fn.showSuccess(response['data']);
1272
                    $.fn.showSuccess(response['data']);
1140
                       
1273
 
1141
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
1142
					$('#row-listing').css('display','block');
-
 
1143
                    $('.contenido').html(''); 
-
 
1144
            		seleccionarCampo.css('display','none');
-
 
Línea 1145... Línea 1274...
1145
                    
1274
                    
-
 
1275
                    gridTable.api().ajax.reload(null, false);
-
 
1276
 
-
 
1277
    	    	    $('#row-text-add-box').hide();
-
 
1278
                	$('#row-text-edit-box').hide();
-
 
1279
                	$('#row-image-add-box').hide();
-
 
1280
                	$('#row-image-edit-box').hide();
-
 
1281
                	$('#row-video-add-box').hide();
-
 
1282
                	$('#row-video-edit-box').hide();
-
 
1283
                	$('#row-document-add-box').hide();
-
 
1284
                	$('#row-document-edit-box').hide();
-
 
1285
                	$('#row-audio-add-box').hide();
-
 
1286
                	$('#row-audio-edit-box').hide();
-
 
1287
                	$('#row-quizz-add-box').hide();
-
 
1288
                    $('#row-quizz-edit-box').hide();
1146
                    gridTable.api().ajax.reload(null, false);
1289
                    $('#row-listing').show();
1147
                } else {
1290
                } else {
1148
                    validatorQuizzEdit.resetForm();
1291
                    validatorQuizzEdit.resetForm();
1149
                    if(jQuery.type(response['data']) == 'string') {
1292
                    if(jQuery.type(response['data']) == 'string') {
1150
                        $.fn.showError(response['data']);
1293
                        $.fn.showError(response['data']);
Línea 1157... Línea 1300...
1157
            }).fail(function( jqXHR, textStatus, errorThrown) {
1300
            }).fail(function( jqXHR, textStatus, errorThrown) {
1158
                $.fn.showError(textStatus);
1301
                $.fn.showError(textStatus);
1159
            }).always(function() {
1302
            }).always(function() {
1160
                NProgress.done();
1303
                NProgress.done();
Línea 1161... Línea -...
1161
                
-
 
-
 
1304
                
1162
				$('.info_noticia').prop('disabled', false);
1305
				
1163
            });
1306
            });
1164
            return false;
1307
            return false;
1165
        },
1308
        },
Línea 1178... Línea 1321...
1178
            'method'    : 'get',
1321
            'method'    : 'get',
1179
            'url'       :  url,
1322
            'url'       :  url,
1180
        }).done(function(response) {
1323
        }).done(function(response) {
1181
            if(response['success']) {
1324
            if(response['success']) {
Línea -... Línea 1325...
-
 
1325
 
-
 
1326
                $('#row-listing').hide();
-
 
1327
 
-
 
1328
	    	    $('#row-text-add-box').hide();
-
 
1329
            	$('#row-text-edit-box').hide();
-
 
1330
            	$('#row-image-add-box').hide();
-
 
1331
            	$('#row-image-edit-box').hide();
-
 
1332
            	$('#row-video-add-box').hide();
-
 
1333
            	$('#row-video-edit-box').hide();
-
 
1334
            	$('#row-document-add-box').hide();
-
 
1335
            	$('#row-document-edit-box').hide();
-
 
1336
            	$('#row-audio-add-box').hide();
-
 
1337
            	$('#row-audio-edit-box').hide();
-
 
1338
            	$('#row-quizz-add-box').hide();
-
 
1339
                $('#row-quizz-edit-box').hide();
-
 
1340
	
1182
 
1341
 
1183
                if(response['data']['type'] == 'text') {
1342
                if(response['data']['type'] == 'text') {
1184
                    $('#form-slide-text-edit').attr('action',url);
1343
                    $('#form-slide-text-edit').attr('action',url);
1185
                    $('#form-slide-text-edit #name').val(response['data']['name']);
1344
                    $('#form-slide-text-edit #name').val(response['data']['name']);
-
 
1345
                    $('#form-slide-text-edit #order').val(response['data']['order']);
-
 
1346
                    $('#form-slide-text-edit #file').fileinput('reset');
1186
                    $('#form-slide-text-edit #order').val(response['data']['order']);
1347
                    $('#form-slide-text-edit #file').val('');
1187
    
1348
  
1188
                    CKEDITOR.instances.description_edit.setData(response['data']['description']);
1349
                    CKEDITOR.instances.description_edit.setData(response['data']['description']);
Línea 1189... Línea -...
1189
                    validatorTextEdit.resetForm();
-
 
1190
            
-
 
1191
                    
-
 
1192
                    $('body, html').animate({scrollTop: '0px'}, 300);
1350
                    validatorTextEdit.resetForm();
1193
					$('#row-listing').css('display','none');
-
 
Línea 1194... Línea 1351...
1194
                    seleccionarCampo= $('#company-microlearning-slide-text-edit-box');
1351
            
1195
                    seleccionarCampo.css('display','block')
1352
                    
1196
		            iniciarEditor(seleccionarCampo,response['data']['background'])
1353
                    $('#row-text-edit-box').show();
1197
                    
1354
                    
1198
                }
1355
                }
1199
                if(response['data']['type'] == 'image') {
1356
                if(response['data']['type'] == 'image') {
-
 
1357
                    console.log(response['data']['file'])
-
 
1358
                    $('#form-slide-image-edit').attr('action',url);
1200
                    console.log(response['data']['file'])
1359
                    $('#form-slide-image-edit #name').val(response['data']['name']);
Línea 1201... Línea -...
1201
                    $('#form-slide-image-edit').attr('action',url);
-
 
1202
                    $('#form-slide-image-edit #name').val(response['data']['name']);
-
 
1203
                    $('#form-slide-image-edit #order').val(response['data']['order']);
-
 
1204
                    validatorImageEdit.resetForm();
1360
                    $('#form-slide-image-edit #order').val(response['data']['order']);
1205
            
-
 
Línea 1206... Línea 1361...
1206
                    $('body, html').animate({scrollTop: '0px'}, 300);
1361
                    $('#form-slide-image-edit #background').fileinput('reset');
1207
					$('#row-listing').css('display','none');
1362
                    $('#form-slide-image-edit #background').val('');
1208
                    seleccionarCampo=  $('#company-microlearning-slide-image-edit-box ');
1363
                    validatorImageEdit.resetForm();
1209
                    seleccionarCampo.css('display','block')
1364
            
1210
		            iniciarEditor(seleccionarCampo,response['data']['file'])
1365
                    $('#row-image-edit-box').show();
1211
                    
1366
                    
1212
                }
1367
                }
-
 
1368
                if(response['data']['type'] == 'video') {
1213
                if(response['data']['type'] == 'video') {
1369
                    $('#form-slide-video-edit').attr('action',url);
-
 
1370
                    $('#form-slide-video-edit #name').val(response['data']['name']);
Línea 1214... Línea -...
1214
                    $('#form-slide-video-edit').attr('action',url);
-
 
1215
                    $('#form-slide-video-edit #name').val(response['data']['name']);
-
 
1216
                    $('#form-slide-video-edit #order').val(response['data']['order']);
-
 
1217
                    $('#form-slide-video-edit #file').fileinput('reset');
-
 
1218
                    $('#form-slide-video-edit #file').val('');
-
 
1219
                    validatorVideoEdit.resetForm();
1371
                    $('#form-slide-video-edit #order').val(response['data']['order']);
1220
            
-
 
Línea 1221... Línea 1372...
1221
                   
1372
                    $('#form-slide-video-edit #file').fileinput('reset');
1222
 
1373
                    $('#form-slide-video-edit #file').val('');        
1223
                    $('body, html').animate({scrollTop: '0px'}, 300);
1374
                    $('#form-slide-video-edit #background').fileinput('reset');
1224
					$('#row-listing').css('display','none');
1375
                    $('#form-slide-video-edit #background').val('');
1225
                    seleccionarCampo= $('#company-microlearning-slide-video-edit-box');
1376
           
1226
                    seleccionarCampo.css('display','block')
1377
            
1227
		            iniciarEditor(seleccionarCampo,response['data']['background'])
1378
                   $('#row-video-edit-box').show();
-
 
1379
                    
-
 
1380
                }
1228
                    
1381
                if(response['data']['type'] == 'document') {
Línea 1229... Línea -...
1229
                }
-
 
1230
                if(response['data']['type'] == 'document') {
-
 
1231
                    $('#form-slide-document-edit').attr('action',url);
-
 
1232
                    $('#form-slide-document-edit #name').val(response['data']['name']);
1382
                    $('#form-slide-document-edit').attr('action',url);
1233
                    $('#form-slide-document-edit #order').val(response['data']['order']);
-
 
Línea 1234... Línea 1383...
1234
                    $('#form-slide-document-edit #file').fileinput('reset');
1383
                    $('#form-slide-document-edit #name').val(response['data']['name']);
1235
                    $('#form-slide-document-edit #file').val('');
1384
                    $('#form-slide-document-edit #order').val(response['data']['order']);
1236
                    validatorDocumentEdit.resetForm();
1385
                    $('#form-slide-document-edit #file').fileinput('reset');
1237
            
1386
                    $('#form-slide-document-edit #file').val('');
Línea 1250... Línea 1399...
1250
                    $('#form-slide-audio-edit #file').val('');
1399
                    $('#form-slide-audio-edit #file').val('');
1251
                    $('#form-slide-audio-edit #background').fileinput('reset');
1400
                    $('#form-slide-audio-edit #background').fileinput('reset');
1252
                    $('#form-slide-audio-edit #background').val('');
1401
                    $('#form-slide-audio-edit #background').val('');
1253
                    validatorAudioEdit.resetForm();
1402
                    validatorAudioEdit.resetForm();
Línea 1254... Línea -...
1254
            
-
 
1255
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
1256
					$('#row-listing').css('display','none');
-
 
1257
                    seleccionarCampo= $('#company-microlearning-slide-audio-edit-box');
1403
            
1258
                    seleccionarCampo.css('display','block')
-
 
Línea 1259... Línea 1404...
1259
		            iniciarEditor(seleccionarCampo,response['data']['background'])
1404
                    $('#row-audio-edit-box').show();
1260
                    
1405
                    
1261
                    
1406
                    
1262
                }
1407
                }
1263
                if(response['data']['type'] == 'quiz') {
1408
                if(response['data']['type'] == 'quiz') {
1264
                    $('#form-slide-quizz-edit').attr('action',url);
1409
                    $('#form-slide-quizz-edit').attr('action',url);
-
 
1410
                    $('#form-slide-quizz-edit #name').val(response['data']['name']);
-
 
1411
                    $('#form-slide-quizz-edit #order').val(response['data']['order']);
1265
                    $('#form-slide-quizz-edit #name').val(response['data']['name']);
1412
                    $('#form-slide-quizz-edit #quiz_id').val(response['data']['quiz_id']);
Línea 1266... Línea -...
1266
                    $('#form-slide-quizz-edit #order').val(response['data']['order']);
-
 
1267
                    $('#form-slide-quizz-edit #quiz_id').val(response['data']['quiz_id']);
-
 
1268
                    validatorQuizzEdit.resetForm();
-
 
1269
            
1413
                    $('#form-slide-quizz-edit #background').fileinput('reset');
1270
                    $('body, html').animate({scrollTop: '0px'}, 300);
-
 
Línea 1271... Línea 1414...
1271
					$('#row-listing').css('display','none');
1414
                    $('#form-slide-quizz-edit #background').val('');
Línea 1272... Línea 1415...
1272
                    seleccionarCampo= $('#company-microlearning-slide-quizz-edit-box');
1415
                    validatorQuizzEdit.resetForm();
1273
                    seleccionarCampo.css('display','block')
1416
            
Línea 1290... Línea 1433...
1290
        }).always(function() {
1433
        }).always(function() {
1291
            NProgress.done();
1434
            NProgress.done();
1292
        });
1435
        });
1293
    });
1436
    });
Línea 1294... Línea 1437...
1294
 
1437
 
1295
    $(".btn-cover-close").on("click", function(e){
1438
    $(".btn-cancel").on("click", function(e){
Línea 1296... Línea 1439...
1296
        e.preventDefault();
1439
        e.preventDefault();
1297
 
1440
 
1298
  
1441
  
1299
    	$('#company-microlearning-slide-text-add-box').hide();
1442
    	$('#row-text-add-box').hide();
1300
    	$('#company-microlearning-slide-text-edit-box').hide();
1443
    	$('#row-text-edit-box').hide();
1301
    	$('#company-microlearning-slide-image-add-box').hide();
1444
    	$('#row-image-add-box').hide();
1302
    	$('#company-microlearning-slide-image-edit-box').hide();
1445
    	$('#row-image-edit-box').hide();
1303
    	$('#company-microlearning-slide-video-add-box').hide();
1446
    	$('#row-video-add-box').hide();
1304
    	$('#company-microlearning-slide-video-edit-box').hide();
1447
    	$('#row-video-edit-box').hide();
1305
    	$('#company-microlearning-slide-document-add-box').show();
1448
    	$('#row-document-add-box').hide();
1306
    	$('#company-microlearning-slide-document-edit-box').hide();
1449
    	$('#row-document-edit-box').hide();
1307
    	$('#company-microlearning-slide-audio-add-box').hide();
1450
    	$('#row-audio-add-box').hide();
Línea 1308... Línea 1451...
1308
    	$('#company-microlearning-slide-audio-edit-box').hide();
1451
    	$('#row-audio-edit-box').hide();
1309
    	$('#company-microlearning-slide-quizz-add-box').show();
1452
    	$('#row-quizz-add-box').hide();
1310
        $('#company-microlearning-slide-quizz-edit-box').hide();
1453
        $('#row-quizz-edit-box').hide();
Línea 1311... Línea 1454...
1311
        
1454
        
1312
        $('#company-microlearning-play-video-box').modal('hide');
1455
        $('#modal-play-video-box').modal('hide');
-
 
1456
        $('#modal-play-audio-box').modal('hide');
-
 
1457
        $('#modal-add-capsule-type-box').modal('hide');
Línea 1313... Línea 1458...
1313
        $('#company-microlearning-play-audio-box').modal('hide');
1458
 
1314
        $('#company-microlearning-add-capsule-type-box').modal('hide');
1459
 
Línea 1315... Línea 1460...
1315
 
1460
        
1316
 
1461
 
1317
        
1462
 
Línea 1318... Línea 1463...
1318
 
1463
         document.getElementById('microlearning-play-video').pause();
1319
 
1464
         document.getElementById('microlearning-play-audio').pause();
1320
         document.getElementById('microlearning-play-video').pause();
1465
 
Línea 1336... Línea 1481...
1336
        CKEDITOR.instances.description_add.setData('');
1481
        CKEDITOR.instances.description_add.setData('');
1337
        validatorQuizzAdd.resetForm();
1482
        validatorQuizzAdd.resetForm();
Línea 1338... Línea 1483...
1338
 
1483
 
1339
 
-
 
1340
        $('#row-listing').hide();
-
 
1341
    	$('#company-microlearning-slide-text-add-box').hide();
-
 
1342
    	$('#company-microlearning-slide-text-edit-box').hide();
-
 
1343
    	$('#company-microlearning-slide-image-add-box').hide();
-
 
1344
    	$('#company-microlearning-slide-image-edit-box').hide();
-
 
1345
    	$('#company-microlearning-slide-video-add-box').hide();
-
 
1346
    	$('#company-microlearning-slide-video-edit-box').hide();
-
 
1347
    	$('#company-microlearning-slide-document-add-box').show();
-
 
1348
    	$('#company-microlearning-slide-document-edit-box').hide();
-
 
1349
    	$('#company-microlearning-slide-audio-add-box').hide();
1484
 
1350
    	$('#company-microlearning-slide-audio-edit-box').hide();
-
 
-
 
1485
        $('#row-listing').hide();
Línea 1351... Línea 1486...
1351
    	$('#company-microlearning-slide-quizz-add-box').show();
1486
    	$('#row-quizz-add-box').show();
1352
        $('#company-microlearning-slide-quizz-edit-box').hide();
1487
 
Línea 1353... Línea 1488...
1353
        
1488
        
1354
        return false;
1489
        return false;
Línea 1355... Línea 1490...
1355
    });
1490
    });
Línea 1356... Línea 1491...
1356
 
1491
 
1357
    $('body').on('click', 'button.btn-add-text', function(e) {
1492
    $('body').on('click', 'button.btn-add-text', function(e) {
1358
        e.preventDefault();
1493
        e.preventDefault();
1359
 
1494
 
Línea 1360... Línea 1495...
1360
        $('#company-microlearning-add-capsule-type-box').modal('hide');    
1495
        $('#modal-add-capsule-type-box').modal('hide');    
1361
 
1496
 
Línea 1362... Línea 1497...
1362
        $('#form-slide-text-add #name').val('');
1497
        $('#form-slide-text-add #name').val('');
1363
        $('#form-slide-text-add #order').val('1');
1498
        $('#form-slide-text-add #order').val('1');
1364
        $('#form-slide-text-add #file').fileinput('reset');
-
 
1365
        $('#form-slide-text-add #file').val('');
-
 
1366
 
-
 
1367
        CKEDITOR.instances.description_add.setData('');
-
 
1368
        validatorTextAdd.resetForm();
-
 
1369
 
-
 
1370
        $('#row-listing').hide();
-
 
1371
    	$('#company-microlearning-slide-text-add-box').show();
-
 
1372
    	$('#company-microlearning-slide-text-edit-box').hide();
-
 
1373
    	$('#company-microlearning-slide-image-add-box').hide();
-
 
1374
    	$('#company-microlearning-slide-image-edit-box').hide();
-
 
-
 
1499
        $('#form-slide-text-add #file').fileinput('reset');
1375
    	$('#company-microlearning-slide-video-add-box').hide();
1500
        $('#form-slide-text-add #file').val('');
Línea 1376... Línea 1501...
1376
    	$('#company-microlearning-slide-video-edit-box').hide();
1501
 
1377
    	$('#company-microlearning-slide-document-add-box').show();
1502
        CKEDITOR.instances.description_add.setData('');
Línea 1378... Línea 1503...
1378
    	$('#company-microlearning-slide-document-edit-box').hide();
1503
        validatorTextAdd.resetForm();
1379
    	$('#company-microlearning-slide-audio-add-box').hide();
1504
 
1380
    	$('#company-microlearning-slide-audio-edit-box').hide();
1505
        $('#row-listing').hide();
1381
    	$('#company-microlearning-slide-quizz-add-box').hide();
1506
    	$('#row-text-add-box').show();
1382
        $('#company-microlearning-slide-quizz-edit-box').hide();
1507
 
Línea 1383... Línea 1508...
1383
    });
1508
    });
Línea 1384... Línea 1509...
1384
 
1509
 
1385
 
-
 
1386
    $('body').on('click', 'button.btn-add-image', function(e) {
-
 
1387
        e.preventDefault();
1510
 
1388
 
-
 
1389
        $('#company-microlearning-add-capsule-type-box').modal('hide');    
-
 
1390
        $('#form-slide-image-add #name').val('');
-
 
1391
        $('#form-slide-image-add #order').val('1');
-
 
1392
        $('#form-slide-image-add #file').fileinput('reset');
-
 
1393
        $('#form-slide-image-add #file').val('');
-
 
1394
        
-
 
1395
        validatorImageAdd.resetForm();
-
 
1396
 
-
 
-
 
1511
    $('body').on('click', 'button.btn-add-image', function(e) {
Línea 1397... Línea 1512...
1397
        $('#row-listing').hide();
1512
        e.preventDefault();
1398
    	$('#company-microlearning-slide-text-add-box').hide();
1513
 
Línea 1399... Línea 1514...
1399
    	$('#company-microlearning-slide-text-edit-box').hide();
1514
        $('#modal-add-capsule-type-box').modal('hide');    
1400
    	$('#company-microlearning-slide-image-add-box').show();
1515
        $('#form-slide-image-add #name').val('');
Línea 1401... Línea 1516...
1401
    	$('#company-microlearning-slide-image-edit-box').hide();
1516
        $('#form-slide-image-add #order').val('1');
1402
    	$('#company-microlearning-slide-video-add-box').hide();
1517
        $('#form-slide-image-add #file').fileinput('reset');
1403
    	$('#company-microlearning-slide-video-edit-box').hide();
1518
        $('#form-slide-image-add #file').val('');
1404
    	$('#company-microlearning-slide-document-add-box').hide();
1519
        
1405
    	$('#company-microlearning-slide-document-edit-box').hide();
1520
        validatorImageAdd.resetForm();
1406
    	$('#company-microlearning-slide-audio-add-box').hide();
1521
 
1407
    	$('#company-microlearning-slide-audio-edit-box').hide();
1522
        $('#row-listing').hide();
1408
    	$('#company-microlearning-slide-quizz-add-box').hide();
1523
    	$('#row-image-add-box').show();
Línea 1409... Línea 1524...
1409
        $('#company-microlearning-slide-quizz-edit-box').hide();
1524
 
1410
            
-
 
1411
        return false;
-
 
1412
    });
-
 
1413
 
-
 
1414
    $('body').on('click', 'button.btn-add-video', function(e) {
1525
            
1415
        e.preventDefault();
-
 
1416
 
-
 
1417
        $('#company-microlearning-add-capsule-type-box').modal('hide');    
-
 
1418
        $('#form-slide-video-add #name').val('');
-
 
1419
        $('#form-slide-video-add #order').val('1');
-
 
1420
        $('#form-slide-video-add #file').fileinput('reset');
-
 
1421
        $('#form-slide-video-add #file').val('');
-
 
-
 
1526
        return false;
Línea 1422... Línea 1527...
1422
        $('#form-slide-video-add #background').fileinput('reset');
1527
    });
1423
        $('#form-slide-video-add #backgroud').val('');
1528
 
Línea 1424... Línea 1529...
1424
        validatorVideoAdd.resetForm();
1529
    $('body').on('click', 'button.btn-add-video', function(e) {
1425
 
1530
        e.preventDefault();
Línea 1426... Línea 1531...
1426
     
1531
 
1427
        $('#row-listing').hide();
1532
        $('#modal-add-capsule-type-box').modal('hide');    
1428
    	$('#company-microlearning-slide-text-add-box').hide();
1533
        $('#form-slide-video-add #name').val('');
1429
    	$('#company-microlearning-slide-text-edit-box').hide();
1534
        $('#form-slide-video-add #order').val('1');
1430
    	$('#company-microlearning-slide-image-add-box').hide();
1535
        $('#form-slide-video-add #file').fileinput('reset');
1431
    	$('#company-microlearning-slide-image-edit-box').hide();
1536
        $('#form-slide-video-add #file').val('');
1432
    	$('#company-microlearning-slide-video-add-box').show();
1537
        $('#form-slide-video-add #background').fileinput('reset');
1433
    	$('#company-microlearning-slide-video-edit-box').hide();
1538
        $('#form-slide-video-add #backgroud').val('');
Línea 1434... Línea 1539...
1434
    	$('#company-microlearning-slide-document-add-box').hide();
1539
        validatorVideoAdd.resetForm();
1435
    	$('#company-microlearning-slide-document-edit-box').hide();
-
 
1436
    	$('#company-microlearning-slide-audio-add-box').hide();
-
 
1437
    	$('#company-microlearning-slide-audio-edit-box').hide();
-
 
1438
    	$('#company-microlearning-slide-quizz-add-box').hide();
-
 
1439
        $('#company-microlearning-slide-quizz-edit-box').hide();
-
 
1440
        
-
 
1441
        return false;
1540
 
1442
    });
-
 
1443
 
-
 
1444
    $('body').on('click', 'button.btn-add-document', function(e) {
-
 
1445
        e.preventDefault();
-
 
1446
 
-
 
-
 
1541
     
Línea 1447... Línea 1542...
1447
 
1542
        $('#row-listing').hide();
1448
        $('#company-microlearning-add-capsule-type-box').modal('hide');    
1543
    	$('#row-video-add-box').show();
Línea 1449... Línea 1544...
1449
        $('#form-slide-document-add #name').val('');
1544
 
1450
        $('#form-slide-document-add #order').val('1');
1545
        
Línea 1451... Línea 1546...
1451
        $('#form-slide-document-add #file').fileinput('reset');
1546
        return false;
1452
        $('#form-slide-document-add #file').val('');
1547
    });
1453
        $('#form-slide-document-add #background').fileinput('reset');
1548
 
1454
        $('#form-slide-document-add #background').val('');
1549
    $('body').on('click', 'button.btn-add-document', function(e) {
1455
        validatorDocumentAdd.resetForm();
1550
        e.preventDefault();
1456
 
1551
 
1457
        $('#row-listing').hide();
1552
 
1458
    	$('#company-microlearning-slide-text-add-box').hide();
1553
        $('#modal-add-capsule-type-box').modal('hide');    
Línea 1459... Línea 1554...
1459
    	$('#company-microlearning-slide-text-edit-box').hide();
1554
        $('#form-slide-document-add #name').val('');
1460
    	$('#company-microlearning-slide-image-add-box').hide();
-
 
1461
    	$('#company-microlearning-slide-image-edit-box').hide();
-
 
1462
    	$('#company-microlearning-slide-video-add-box').hide();
-
 
1463
    	$('#company-microlearning-slide-video-edit-box').hide();
-
 
1464
    	$('#company-microlearning-slide-document-add-box').show();
-
 
1465
    	$('#company-microlearning-slide-document-edit-box').hide();
-
 
1466
    	$('#company-microlearning-slide-audio-add-box').hide();
-
 
1467
    	$('#company-microlearning-slide-audio-edit-box').hide();
-
 
1468
    	$('#company-microlearning-slide-quizz-add-box').hide();
1555
        $('#form-slide-document-add #order').val('1');
1469
        $('#company-microlearning-slide-quizz-edit-box').hide();
-
 
1470
        
-
 
1471
        return false;
-
 
-
 
1556
        $('#form-slide-document-add #file').fileinput('reset');
Línea 1472... Línea 1557...
1472
    });
1557
        $('#form-slide-document-add #file').val('');
1473
 
1558
        $('#form-slide-document-add #background').fileinput('reset');
Línea 1474... Línea 1559...
1474
    $('body').on('click', 'button.btn-add-audio', function(e) {
1559
        $('#form-slide-document-add #background').val('');
Línea 1475... Línea 1560...
1475
        e.preventDefault();
1560
        validatorDocumentAdd.resetForm();
1476
 
1561
 
1477
        $('#company-microlearning-add-capsule-type-box').modal('hide');    
1562
        $('#row-listing').hide();
Línea 1478... Línea 1563...
1478
        $('#form-slide-audio-add #name').val('');
1563
    	$('#row-document-add-box').show();
-
 
1564
 
Línea -... Línea 1565...
-
 
1565
        
-
 
1566
        return false;
-
 
1567
    });
-
 
1568
 
-
 
1569
    $('body').on('click', 'button.btn-add-audio', function(e) {
-
 
1570
        e.preventDefault();
-
 
1571
 
-
 
1572
        $('#modal-add-capsule-type-box').modal('hide');    
1479
        $('#form-slide-audio-add #order').val('1');
1573
        $('#form-slide-audio-add #name').val('');
Línea -... Línea 1574...
-
 
1574
        $('#form-slide-audio-add #order').val('1');
1480
        $('#form-slide-audio-add #file').fileinput('reset');
1575
        $('#form-slide-audio-add #file').fileinput('reset');
-
 
1576
        $('#form-slide-audio-add #file').val('');
-
 
1577
        $('#form-slide-audio-add #background').fileinput('reset');
-
 
1578
        $('#form-slide-audio-add #background').val('');
-
 
1579
        validatorAudioAdd.resetForm();
-
 
1580
 
-
 
1581
        $('#row-listing').hide();
-
 
1582
    	$('#row-audio-add-box').show();
-
 
1583
 
Línea 1481... Línea 1584...
1481
        $('#form-slide-audio-add #file').val('');
1584
        
-
 
1585
        return false;
Línea -... Línea 1586...
-
 
1586
    });
-
 
1587
 
-
 
1588
    
-
 
1589
 
-
 
1590
    $('#modal-play-video-box, #modal-play-audio-box').on("hide.bs.modal", function() {
-
 
1591
    	
-
 
1592
 
-
 
1593
        document.getElementById('microlearning-play-video').pause();
1482
        $('#form-slide-audio-add #background').fileinput('reset');
1594
        document.getElementById('microlearning-play-audio').pause();
Línea 1483... Línea -...
1483
        $('#form-slide-audio-add #background').val('');
-
 
Línea -... Línea 1595...
-
 
1595
    })
-
 
1596
 
-
 
1597
 
-
 
1598
    $('#form-slide-text-add #order').inputNumberFormat({decimal: 0});
-
 
1599
    $('#form-slide-text-edit #order').inputNumberFormat({decimal: 0});
-
 
1600
 
-
 
1601
    $('#form-slide-text-add #background').fileinput({
-
 
1602
        theme: 'fa',
1484
        validatorAudioAdd.resetForm();
1603
        language: 'es',
Línea 1485... Línea 1604...
1485
 
1604
        showUpload: false,
-
 
1605
        dropZoneEnabled: false,
Línea 1486... Línea 1606...
1486
        $('#row-listing').hide();
1606
        maxFileCount: 1,
1487
    	$('#company-microlearning-slide-text-add-box').hide();
1607
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
1488
    	$('#company-microlearning-slide-text-edit-box').hide();
1608
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
1489
    	$('#company-microlearning-slide-image-add-box').hide();
1609
    });
Línea 1537... Línea 1657...
1537
        allowedFileExtensions: ['mp4', 'mpeg','webm'],
1657
        allowedFileExtensions: ['mp4', 'mpeg','webm'],
1538
        msgPlaceholder: 'Video de extensión mp4, mpeg, webm',
1658
        msgPlaceholder: 'Video de extensión mp4, mpeg, webm',
1539
    });
1659
    });
Línea 1540... Línea -...
1540
 
-
 
1541
 
-
 
1542
 
-
 
1543
    $('#form-slide-video-edit #order').inputNumberFormat({decimal: 0});
1660
 
1544
 
1661
 
1545
    $('#form-slide-video-edit #file').fileinput({
1662
    $('#form-slide-video-edit #file').fileinput({
1546
        theme: 'fa',
1663
        theme: 'fa',
1547
        language: 'es',
1664
        language: 'es',
1548
        showUpload: false,
1665
        showUpload: false,
1549
        dropZoneEnabled: false,
1666
        dropZoneEnabled: false,
1550
        maxFileCount: 1,
1667
        maxFileCount: 1,
1551
        allowedFileExtensions: ['mp4', 'mpeg','webm'],
1668
        allowedFileExtensions: ['mp4', 'mpeg','webm'],
Línea -... Línea 1669...
-
 
1669
        msgPlaceholder: 'Video de extensión mp4, mpeg, webm',
-
 
1670
    });
-
 
1671
 
-
 
1672
    $('#form-slide-video-add #background').fileinput({
-
 
1673
        theme: 'fa',
-
 
1674
        language: 'es',
-
 
1675
        showUpload: false,
-
 
1676
        dropZoneEnabled: false,
-
 
1677
        maxFileCount: 1,
-
 
1678
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
-
 
1679
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
-
 
1680
    });
-
 
1681
 
-
 
1682
 
-
 
1683
    $('#form-slide-video-edit #background').fileinput({
-
 
1684
        theme: 'fa',
-
 
1685
        language: 'es',
-
 
1686
        showUpload: false,
-
 
1687
        dropZoneEnabled: false,
-
 
1688
        maxFileCount: 1,
Línea 1552... Línea 1689...
1552
        msgPlaceholder: 'Video de extensión mp4, mpeg, webm',
1689
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
Línea 1581... Línea 1718...
1581
        maxFileCount: 1,
1718
        maxFileCount: 1,
1582
        allowedFileExtensions: ['pdf'],
1719
        allowedFileExtensions: ['pdf'],
1583
        msgPlaceholder: 'Documentos de extensión pdf',
1720
        msgPlaceholder: 'Documentos de extensión pdf',
1584
    });
1721
    });
Línea -... Línea 1722...
-
 
1722
 
-
 
1723
    $('#form-slide-document-add #background').fileinput({
-
 
1724
        theme: 'fa',
-
 
1725
        language: 'es',
-
 
1726
        showUpload: false,
-
 
1727
        dropZoneEnabled: false,
-
 
1728
        maxFileCount: 1,
-
 
1729
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
-
 
1730
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
Línea -... Línea 1731...
-
 
1731
    });
-
 
1732
 
-
 
1733
 
-
 
1734
    $('#form-slide-document-edit #background').fileinput({
-
 
1735
        theme: 'fa',
-
 
1736
        language: 'es',
-
 
1737
        showUpload: false,
-
 
1738
        dropZoneEnabled: false,
-
 
1739
        maxFileCount: 1,
-
 
1740
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
Línea 1585... Línea 1741...
1585
 
1741
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
Línea 1586... Línea 1742...
1586
 
1742
    });
1587
 
1743
 
Línea 1611... Línea 1767...
1611
        maxFileCount: 1,
1767
        maxFileCount: 1,
1612
        allowedFileExtensions: ['wav', 'mp3'],
1768
        allowedFileExtensions: ['wav', 'mp3'],
1613
        msgPlaceholder: 'Audios de extensión wav y mp3',
1769
        msgPlaceholder: 'Audios de extensión wav y mp3',
1614
    });
1770
    });
Línea -... Línea 1771...
-
 
1771
 
-
 
1772
    $('#form-slide-audio-add #background').fileinput({
-
 
1773
        theme: 'fa',
-
 
1774
        language: 'es',
-
 
1775
        showUpload: false,
-
 
1776
        dropZoneEnabled: false,
-
 
1777
        maxFileCount: 1,
-
 
1778
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
-
 
1779
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
-
 
1780
    });
-
 
1781
 
-
 
1782
 
-
 
1783
    $('#form-slide-audio-edit #background').fileinput({
-
 
1784
        theme: 'fa',
-
 
1785
        language: 'es',
-
 
1786
        showUpload: false,
-
 
1787
        dropZoneEnabled: false,
-
 
1788
        maxFileCount: 1,
-
 
1789
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
-
 
1790
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
Línea 1615... Línea 1791...
1615
 
1791
    });
Línea 1623... Línea 1799...
1623
 
1799
 
Línea -... Línea 1800...
-
 
1800
    $('#form-slide-quizz-edit #order').inputNumberFormat({decimal: 0});
-
 
1801
 
-
 
1802
  
-
 
1803
 
-
 
1804
    $('#form-slide-quizz-add #background').fileinput({
-
 
1805
        theme: 'fa',
-
 
1806
        language: 'es',
-
 
1807
        showUpload: false,
-
 
1808
        dropZoneEnabled: false,
-
 
1809
        maxFileCount: 1,
Línea -... Línea 1810...
-
 
1810
        placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
-
 
1811
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
-
 
1812
    });
-
 
1813
 
-
 
1814
 
-
 
1815
    $('#form-slide-quizz-edit #background').fileinput({
-
 
1816
        theme: 'fa',
-
 
1817
        language: 'es',
-
 
1818
        showUpload: false,
Línea 1662... Línea 1857...
1662
 
1857
 
1663
 
1858
 
Línea 1664... Línea 1859...
1664
   $('body').on('click', '.btn-view-image', function(e) {
1859
   $('body').on('click', '.btn-view-image', function(e) {
Línea 1665... Línea 1860...
1665
        e.preventDefault();
1860
        e.preventDefault();
Línea 1666... Línea 1861...
1666
 
1861
 
1667
        $('#company-microlearning-view-image-box').modal('show');
1862
        $('#modal-view-image-box').modal('show');
Línea 1674... Línea 1869...
1674
 
1869
 
1675
    $('body').on('click', '.btn-play-video', function(e) {
1870
    $('body').on('click', '.btn-play-video', function(e) {
Línea 1676... Línea 1871...
1676
        e.preventDefault();
1871
        e.preventDefault();
1677
 
1872
 
Línea 1678... Línea 1873...
1678
        $('#microlearning-play-video').attr('src', $(this).data('href'));
1873
        $('#microlearning-play-video').attr('src', $(this).data('href'));
1679
        $('#company-microlearning-play-video-box').modal('show');
1874
        $('#modal-play-video-box').modal('show');
Línea 1680... Línea 1875...
1680
        
1875
        
1681
        return false;
1876
        return false;
Línea 1682... Línea 1877...
1682
    });
1877
    });
1683
 
1878
 
Línea 1684... Línea 1879...
1684
    $('body').on('click', '.btn-play-audio', function(e) {
1879
    $('body').on('click', '.btn-play-audio', function(e) {
1685
        e.preventDefault();
1880
        e.preventDefault();
Línea 1686... Línea 1881...
1686
 
1881
 
1687
 
1882
 
Línea 1688... Línea 1883...
1688
        $('#microlearning-play-audio').attr('src', $(this).data('href'));
1883
        $('#microlearning-play-audio').attr('src', $(this).data('href'));
1689
        $('#company-microlearning-play-audio-box').modal('show');
1884
        $('#modal-play-audio-box').modal('show');
Línea 1690... Línea 1885...
1690
        
1885
        
1691
        return false;
1886
        return false;
Línea 1692... Línea 1887...
1692
    });
1887
    });
Línea 1720... Línea 1915...
1720
        }).always(function() {
1915
        }).always(function() {
1721
            NProgress.done();
1916
            NProgress.done();
1722
        });
1917
        });
Línea 1723... Línea 1918...
1723
 
1918
 
Línea 1724... Línea 1919...
1724
        
1919
        
1725
        $('#company-microlearning-view-text-box').modal('show');
1920
        $('#modal-view-text-box').modal('show');
Línea 1744... Línea 1939...
1744
    })
1939
    })
Línea 1745... Línea 1940...
1745
 
1940
 
1746
    $('button.btn-add').click(function(e) {
1941
    $('button.btn-add').click(function(e) {
Línea 1747... Línea 1942...
1747
        e.preventDefault()
1942
        e.preventDefault()
Línea 1748... Línea 1943...
1748
 
1943
 
Línea 1749... Línea 1944...
1749
        $('#company-microlearning-add-capsule-type-box').modal('show');
1944
        $('#modal-add-capsule-type-box').modal('show');
1750
        
1945
        
Línea 1790... Línea 1985...
1790
    $('body').on('click', 'button.btn-refresh', function(e) {
1985
    $('body').on('click', 'button.btn-refresh', function(e) {
1791
        e.preventDefault();
1986
        e.preventDefault();
1792
        gridTable.api().ajax.reload(null, false);
1987
        gridTable.api().ajax.reload(null, false);
1793
    });
1988
    });
Línea 1794... Línea -...
1794
 
-
 
Línea 1795... Línea 1989...
1795
})
1989
 
1796
 
1990
 
1797
});
1991
});
1798
JS;
1992
JS;
Línea 1869... Línea 2063...
1869
			<?php endif; ?>
2063
			<?php endif; ?>
1870
	 	</div>
2064
	 	</div>
1871
	</div>
2065
	</div>
Línea 1872... Línea 2066...
1872
	
2066
	
1873
	
2067
	
1874
	<div class="card" id="company-microlearning-slide-text-add-box" style="display: none">
2068
	<div class="card" id="row-text-add-box" style="display: none">
1875
	 	<div class="card-header">
2069
	 	<div class="card-header">
1876
	 		<h6 class="card-title">LABEL_ADD_TEXT_SLIDE</h6>
2070
	 		<h6 class="card-title">LABEL_ADD_TEXT_SLIDE</h6>
1877
	 	</div>
2071
	 	</div>
Línea 1921... Línea 2115...
1921
                        $element->setOptions(['label' => 'LABEL_ORDER']);
2115
                        $element->setOptions(['label' => 'LABEL_ORDER']);
1922
                        echo $this->formLabel($element);
2116
                        echo $this->formLabel($element);
1923
                        echo $this->formText($element);
2117
                        echo $this->formText($element);
1924
                    ?>
2118
                    ?>
1925
				</div>
2119
				</div>
-
 
2120
			</div>			
1926
	 		<div class="row">
2121
	 		<div class="row">
1927
	 	         <div class="col-12 mt-3">
2122
	 	         <div class="col-12 mt-3">
1928
                <?php 
2123
                <?php 
1929
                    $element = $form->get('background');
2124
                    $element = $form->get('background');
1930
                    $element->setAttributes([ 'class' => 'form-control']);
2125
                    $element->setAttributes([ 'class' => 'form-control']);
Línea 1941... Línea 2136...
1941
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2136
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
1942
	 	</div>
2137
	 	</div>
1943
	 	<?php echo $this->form()->closeTag($form); ?>	
2138
	 	<?php echo $this->form()->closeTag($form); ?>	
1944
	</div>
2139
	</div>
Línea 1945... Línea 2140...
1945
	
2140
	
1946
	<div class="card" id="company-microlearning-slide-text-edit-box" style="display: none">
2141
	<div class="card" id="row-text-edit-box" style="display: none">
1947
	 	<div class="card-header">
2142
	 	<div class="card-header">
1948
	 		<h6 class="card-title">LABEL_EDIT_TEXT_SLIDE</h6>
2143
	 		<h6 class="card-title">LABEL_EDIT_TEXT_SLIDE</h6>
1949
	 	</div>
2144
	 	</div>
1950
	 	<?php 
2145
	 	<?php 
Línea 2022... Línea 2217...
2022
	
2217
	
2023
 
2218
 
2024
 
2219
 
2025
		
2220
		
2026
 
2221
 
2027
	<div class="card" id="company-microlearning-slide-image-add-box" style="display: none">
2222
	<div class="card" id="row-image-add-box" style="display: none">
Línea 2086... Línea 2281...
2086
	 	</div>
2281
	 	</div>
2087
	 	<?php echo $this->form()->closeTag($form); ?>	
2282
	 	<?php echo $this->form()->closeTag($form); ?>	
2088
	</div>
2283
	</div>
Línea 2089... Línea 2284...
2089
 
2284
 
2090
 
2285
 
2091
	<div class="card" id="company-microlearning-slide-image-edit-box" style="display: none">
2286
	<div class="card" id="row-image-edit-box" style="display: none">
2092
	 	<div class="card-header">
2287
	 	<div class="card-header">
2093
	 		<h6 class="card-title">LABEL_EDIT_IMAGE_SLIDE</h6>
2288
	 		<h6 class="card-title">LABEL_EDIT_IMAGE_SLIDE</h6>
2094
	 	</div>
2289
	 	</div>
Línea 2149... Línea 2344...
2149
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2344
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2150
	 	</div>
2345
	 	</div>
2151
	 	<?php echo $this->form()->closeTag($form); ?>	
2346
	 	<?php echo $this->form()->closeTag($form); ?>	
2152
	</div>
2347
	</div>
Línea 2153... Línea 2348...
2153
	
2348
	
2154
	<div class="card" id="company-microlearning-slide-video-add-box" style="display: none">
2349
	<div class="card" id="row-video-add-box" style="display: none">
2155
	 	<div class="card-header">
2350
	 	<div class="card-header">
2156
	 		<h6 class="card-title">LABEL_ADD_VIDEO_SLIDE</h6>
2351
	 		<h6 class="card-title">LABEL_ADD_VIDEO_SLIDE</h6>
2157
	 	</div>
2352
	 	</div>
2158
	 	<?php 
2353
	 	<?php 
Línea 2230... Línea 2425...
2230
	 	</div>
2425
	 	</div>
2231
	 	<?php echo $this->form()->closeTag($form); ?>	
2426
	 	<?php echo $this->form()->closeTag($form); ?>	
2232
	</div>
2427
	</div>
Línea 2233... Línea 2428...
2233
	
2428
	
2234
	
2429
	
2235
	<div class="card" id="company-microlearning-slide-video-edit-box" style="display: none">
2430
	<div class="card" id="row-video-edit-box" style="display: none">
2236
	 	<div class="card-header">
2431
	 	<div class="card-header">
2237
	 		<h6 class="card-title">>LABEL_EDIT_VIDEO_SLIDE</h6>
2432
	 		<h6 class="card-title">>LABEL_EDIT_VIDEO_SLIDE</h6>
2238
	 	</div>
2433
	 	</div>
Línea 2311... Línea 2506...
2311
	 	</div>
2506
	 	</div>
2312
	 	<?php echo $this->form()->closeTag($form); ?>	
2507
	 	<?php echo $this->form()->closeTag($form); ?>	
2313
	</div>
2508
	</div>
Línea 2314... Línea 2509...
2314
	
2509
	
2315
	
2510
	
2316
	<div class="card" id="company-microlearning-slide-document-add-box" style="display: none">
2511
	<div class="card" id="row-document-add-box" style="display: none">
2317
	 	<div class="card-header">
2512
	 	<div class="card-header">
2318
	 		<h6 class="card-title">LABEL_ADD_DOCUMENT_SLIDE</h6>
2513
	 		<h6 class="card-title">LABEL_ADD_DOCUMENT_SLIDE</h6>
2319
	 	</div>
2514
	 	</div>
Línea 2391... Línea 2586...
2391
	 	</div>
2586
	 	</div>
2392
	 	<?php echo $this->form()->closeTag($form); ?>	
2587
	 	<?php echo $this->form()->closeTag($form); ?>	
2393
	</div>
2588
	</div>
Línea 2394... Línea 2589...
2394
	
2589
	
2395
	
2590
	
2396
	<div class="card" id="company-microlearning-slide-document-edit-box" style="display: none">
2591
	<div class="card" id="row-document-edit-box" style="display: none">
2397
	 	<div class="card-header">
2592
	 	<div class="card-header">
2398
	 		<h6 class="card-title">LABEL_EDIT_DOCUMENT_SLIDE</h6>
2593
	 		<h6 class="card-title">LABEL_EDIT_DOCUMENT_SLIDE</h6>
2399
	 	</div>
2594
	 	</div>
Línea 2470... Línea 2665...
2470
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2665
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2471
	 	</div>
2666
	 	</div>
2472
	 	<?php echo $this->form()->closeTag($form); ?>	
2667
	 	<?php echo $this->form()->closeTag($form); ?>	
2473
	</div>
2668
	</div>
Línea 2474... Línea 2669...
2474
	
2669
	
2475
	<div class="card" id="company-microlearning-slide-audio-add-box" style="display: none">
2670
	<div class="card" id="row-audio-add-box" style="display: none">
2476
	 	<div class="card-header">
2671
	 	<div class="card-header">
2477
	 		<h6 class="card-title">LABEL_ADD_AUDIO_SLIDE</h6>
2672
	 		<h6 class="card-title">LABEL_ADD_AUDIO_SLIDE</h6>
2478
	 	</div>
2673
	 	</div>
2479
	 	<?php 
2674
	 	<?php 
Línea 2552... Línea 2747...
2552
	 	</div>
2747
	 	</div>
2553
	 	<?php echo $this->form()->closeTag($form); ?>	
2748
	 	<?php echo $this->form()->closeTag($form); ?>	
2554
	</div>
2749
	</div>
Línea 2555... Línea 2750...
2555
	
2750
	
2556
	
2751
	
2557
	<div class="card" id="company-microlearning-slide-audio-edit-box" style="display: none">
2752
	<div class="card" id="row-audio-edit-box" style="display: none">
2558
	 	<div class="card-header">
2753
	 	<div class="card-header">
2559
	 		<h6 class="card-title">LABEL_EDIT_AUDIO_SLIDE</h6>
2754
	 		<h6 class="card-title">LABEL_EDIT_AUDIO_SLIDE</h6>
2560
	 	</div>
2755
	 	</div>
Línea 2634... Línea 2829...
2634
	 	</div>
2829
	 	</div>
2635
	 	<?php echo $this->form()->closeTag($form); ?>	
2830
	 	<?php echo $this->form()->closeTag($form); ?>	
2636
	</div>
2831
	</div>
Línea 2637... Línea 2832...
2637
	
2832
	
2638
	
2833
	
2639
	<div class="card" id="company-microlearning-slide-quizz-add-box" style="display: none">
2834
	<div class="card" id="row-quizz-add-box" style="display: none">
2640
	 	<div class="card-header">
2835
	 	<div class="card-header">
2641
	 		<h6 class="card-title">LABEL_ADD_QUIZ_SLIDE</h6>
2836
	 		<h6 class="card-title">LABEL_ADD_QUIZ_SLIDE</h6>
2642
	 	</div>
2837
	 	</div>
Línea 2710... Línea 2905...
2710
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2905
      		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
2711
	 	</div>
2906
	 	</div>
2712
	 	<?php echo $this->form()->closeTag($form); ?>	
2907
	 	<?php echo $this->form()->closeTag($form); ?>	
2713
	</div>
2908
	</div>
Línea 2714... Línea 2909...
2714
	
2909
	
2715
	<div class="card" id="company-microlearning-slide-quizz-edit-box" style="display: none">
2910
	<div class="card" id="row-quizz-edit-box" style="display: none">
2716
	 	<div class="card-header">
2911
	 	<div class="card-header">
2717
	 		<h6 class="card-title">LABEL_EDIT_QUIZ_SLIDE</h6>
2912
	 		<h6 class="card-title">LABEL_EDIT_QUIZ_SLIDE</h6>
2718
	 	</div>
2913
	 	</div>
2719
	 	<?php 
2914
	 	<?php 
Línea 2793... Línea 2988...
2793
 	
2988
 	
2794
 					
2989
 					
2795
		
2990
		
2796
 
2991
 
Línea 2797... Línea 2992...
2797
<!-- The Modal -->
2992
<!-- The Modal -->
2798
<div class="modal" id="company-microlearning-play-video-box" >
2993
<div class="modal" id="modal-play-video-box" >
Línea 2821... Línea 3016...
2821
		
3016
		
2822
 
3017
 
2823
 
3018
 
2824
 
3019
 
Línea 2825... Línea 3020...
2825
<!-- The Modal -->
3020
<!-- The Modal -->
2826
<div class="modal" id="company-microlearning-play-audio-box" >
3021
<div class="modal" id="modal-play-audio-box" >
Línea 2848... Línea 3043...
2848
	</div>
3043
	</div>
2849
</div>   	
3044
</div>   	
Línea 2850... Línea 3045...
2850
 					
3045
 					
2851
 
3046
 
2852
<!-- The Modal -->
3047
<!-- The Modal -->
2853
<div class="modal" id="company-microlearning-view-image-box">
3048
<div class="modal" id="modal-view-image-box">
Línea 2854... Línea 3049...
2854
	<div class="modal-dialog ">
3049
	<div class="modal-dialog ">
2855
    	<div class="modal-content">
3050
    	<div class="modal-content">
Línea 2873... Línea 3068...
2873
	</div>
3068
	</div>
2874
</div>   		
3069
</div>   		
Línea 2875... Línea 3070...
2875
 
3070
 
2876
 
3071
 
2877
<!-- The Modal -->
3072
<!-- The Modal -->
2878
<div class="modal" id="company-microlearning-view-document-box">
3073
<div class="modal" id="modal-view-document-box">
Línea 2879... Línea 3074...
2879
	<div class="modal-dialog ">
3074
	<div class="modal-dialog ">
2880
    	<div class="modal-content">
3075
    	<div class="modal-content">
Línea 2900... Línea 3095...
2900
	</div>
3095
	</div>
2901
</div>   	
3096
</div>   	
Línea 2902... Línea 3097...
2902
 
3097
 
2903
 
3098
 
2904
<!-- The Modal -->
3099
<!-- The Modal -->
2905
<div class="modal" id="company-microlearning-view-text-box">
3100
<div class="modal" id="modal-view-text-box">
Línea 2906... Línea 3101...
2906
	<div class="modal-dialog modal-xl">
3101
	<div class="modal-dialog modal-xl">
2907
    	<div class="modal-content">
3102
    	<div class="modal-content">
Línea 2929... Línea 3124...
2929
	</div>
3124
	</div>
2930
</div>   
3125
</div>   
Línea 2931... Línea 3126...
2931
 
3126
 
2932
 
3127
 
2933
<!-- The Modal -->
3128
<!-- The Modal -->
2934
<div class="modal" id="company-microlearning-add-capsule-type-box">
3129
<div class="modal" id="modal-add-capsule-type-box">
Línea 2935... Línea 3130...
2935
	<div class="modal-dialog ">
3130
	<div class="modal-dialog ">
2936
    	<div class="modal-content">
3131
    	<div class="modal-content">