Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15443 Rev 16822
Línea 9... Línea 9...
9
 
9
 
10
$allowEdit = $acl->isAllowed($roleName, 'self-evaluation/reviews/edit') ? 1 : 0;
10
$allowEdit = $acl->isAllowed($roleName, 'self-evaluation/reviews/edit') ? 1 : 0;
Línea 11... Línea 11...
11
$allowReport = $acl->isAllowed($roleName, 'self-evaluation/reviews/report') ? 1 : 0;
11
$allowReport = $acl->isAllowed($roleName, 'self-evaluation/reviews/report') ? 1 : 0;
Línea 12... Línea 12...
12
 
12
 
13
 
13
 
Línea 14... Línea 14...
14
$this->inlineScript()->appendFile($this->basePath('plugins/ckeditor/ckeditor.js'));
14
$this->inlineScript()->appendFile($this->basePath('assets/vendors/ckeditor/ckeditor.js'));
15
 
15
 
16
 
16
 
Línea 17... Línea 17...
17
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
17
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/nprogress/nprogress.css'));
18
$this->inlineScript()->appendFile($this->basePath('plugins/nprogress/nprogress.js'));
18
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
Línea 19... Línea 19...
19
 
19
 
20
 
20
 
21
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/jquery.validate.js'));
21
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/jquery.validate.js'));
22
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/additional-methods.js'));
22
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/additional-methods.js'));
Línea 23... Línea 23...
23
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/localization/messages_es.js'));
23
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/localization/messages_es.js'));
24
 
24
 
Línea 25... Línea 25...
25
$this->headLink()->appendStylesheet($this->basePath('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css'));
25
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.css'));
Línea 26... Línea 26...
26
$this->headLink()->appendStylesheet($this->basePath('plugins/datatables-responsive/css/responsive.bootstrap4.min.css'));
26
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.css'));
27
 
27
 
28
$this->inlineScript()->appendFile($this->basePath('plugins/datatables/jquery.dataTables.min.js'));
28
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net/jquery.dataTables.js'));
Línea 29... Línea 29...
29
$this->inlineScript()->appendFile($this->basePath('plugins/datatables-bs4/js/dataTables.bootstrap4.min.js'));
29
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.js'));
30
$this->inlineScript()->appendFile($this->basePath('plugins/datatables-responsive/js/dataTables.responsive.min.js'));
30
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/dataTables.responsive.min.js'));
Línea 31... Línea -...
31
$this->inlineScript()->appendFile($this->basePath('plugins/datatables-responsive/js/responsive.bootstrap4.min.js'));
-
 
32
 
-
 
-
 
31
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.min.js'));
-
 
32
 
33
 
33
 
Línea 34... Línea 34...
34
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.min.css'));
34
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
35
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
-
 
-
 
35
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
Línea 36... Línea 36...
36
 
36
 
37
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.full.min.js'));
37
$this->inlineScript()->appendFile($this->basePath('assets/vendors/select2/js/select2.full.min.js'));
Línea 38... Línea 38...
38
 
38
 
39
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.min.js'));
39
$this->inlineScript()->appendFile($this->basePath('assets/vendors/moment/moment-with-locales.min.js'));
Línea 240... Línea 240...
240
                'sSortDescending': ':LABEL_DATATABLE_SSORTDESCENDING'
240
                'sSortDescending': ':LABEL_DATATABLE_SSORTDESCENDING'
241
            },
241
            },
242
        },
242
        },
243
        'drawCallback': function(settings) {
243
        'drawCallback': function(settings) {
244
            NProgress.done();
244
            NProgress.done();
245
            $('button.btn-delete').confirmation({
-
 
246
                rootSelector: 'button.btn-delete',
-
 
247
                title: 'LABEL_ARE_YOU_SURE',
-
 
248
                singleton: true,
-
 
249
                btnOkLabel: 'LABEL_YES',
-
 
250
                btnCancelLabel: 'LABEL_NO',
-
 
251
                onConfirm: function(value) {
-
 
252
                    action = $(this).data('href');
-
 
253
                    NProgress.start();
-
 
254
                    $.ajax({
-
 
255
                        'dataType': 'json',
-
 
256
                        'accept': 'application/json',
-
 
257
                        'method': 'post',
-
 
258
                        'url': action,
-
 
259
                    }).done(function(response) {
-
 
260
                        if (response['success']) {
-
 
261
                            $.fn.showSuccess(response['data']);
-
 
262
                            tableForm.fnDraw();
-
 
263
                        } else {
-
 
264
                            $.fn.showError(response['data']);
-
 
265
                        }
-
 
266
                    }).fail(function(jqXHR, textStatus, errorThrown) {
-
 
267
                        $.fn.showError(textStatus);
-
 
268
                    }).always(function() {
-
 
269
                        NProgress.done();
-
 
270
                    });
-
 
271
                },
-
 
272
            });
245
           
273
        },
246
        },
274
        'aoColumns': [{
247
        'aoColumns': [{
275
                'mDataProp': 'user'
248
                'mDataProp': 'user'
276
            }, {
249
            }, {
277
                'mDataProp': 'name'
250
                'mDataProp': 'name'
Línea 521... Línea 494...
521
     * Clicked refresh button
494
     * Clicked refresh button
522
     */
495
     */
523
    $('button.btn-refresh').click(function(e) {
496
    $('button.btn-refresh').click(function(e) {
524
        tableForm.fnDraw();
497
        tableForm.fnDraw();
525
    });
498
    });
-
 
499
 
-
 
500
 $('body').on('click', 'button.btn-delete', function(e) { 
-
 
501
        e.preventDefault();
-
 
502
        var action = $(this).data('href');
-
 
503
 
-
 
504
 
-
 
505
          swal.fire({
-
 
506
            title: 'LABEL_ARE_YOU_SURE',
-
 
507
            icon: 'question',
-
 
508
            cancelButtonText: 'LABEL_NO',
-
 
509
            showCancelButton: true,
-
 
510
            confirmButtonText: 'LABEL_YES'
-
 
511
          }).then((result) => {
-
 
512
            if (result.isConfirmed) {
-
 
513
 
-
 
514
                    NProgress.start();
-
 
515
                    $.ajax({
-
 
516
                        'dataType'  : 'json',
-
 
517
                        'accept'    : 'application/json',
-
 
518
                        'method'    : 'post',
-
 
519
                        'url'       :  action,
-
 
520
                    }).done(function(response) {
-
 
521
                        if(response['success']) {
-
 
522
                            $.fn.showSuccess(response['data']);
-
 
523
                            gridTable.api().ajax.reload(null, false);
-
 
524
                        } else {
-
 
525
                            $.fn.showError(response['data']);
-
 
526
                        }
-
 
527
                    }).fail(function( jqXHR, textStatus, errorThrown) {
-
 
528
                        $.fn.showError(textStatus);
-
 
529
                    }).always(function() {
-
 
530
                        NProgress.done();
-
 
531
                    });
-
 
532
            }
-
 
533
       });
-
 
534
    });
-
 
535
 
526
    /**
536
    /**
527
     * Format input number (Form Option) 
537
     * Format input number (Form Option) 
528
     */
538
     */
529
    $('#form-review #question-value').inputNumberFormat({
539
    $('#form-review #question-value').inputNumberFormat({
530
        'decimal': 2
540
        'decimal': 2
Línea 616... Línea 626...
616
               </div>
626
               </div>
617
            </div>
627
            </div>
618
         </div>
628
         </div>
619
         <div class="form-group">
629
         <div class="form-group">
620
            <button type="button" class="btn btn-primary btn-form-save-close">LABEL_SAVE</button>
630
            <button type="button" class="btn btn-primary btn-form-save-close">LABEL_SAVE</button>
621
            <button type="button" class="btn btn-secondary btn-edit-cancel">LABEL_CANCEL</button>
631
            <button type="button" class="btn btn-light btn-edit-cancel">LABEL_CANCEL</button>
622
         </div>
632
         </div>
623
      </form>
633
      </form>
624
   </div>
634
   </div>
625
</div>
635
</div>
626
<!-- Create/Edit Form-->
636
<!-- Create/Edit Form-->
Línea 654... Línea 664...
654
                  <input type="text" name="question-value" id="question-value"  class="form-control" />
664
                  <input type="text" name="question-value" id="question-value"  class="form-control" />
655
               </div>
665
               </div>
656
            </div>
666
            </div>
657
            <div class="modal-footer">
667
            <div class="modal-footer">
658
               <button type="button" class="btn btn-primary btn-add-review">LABEL_SAVE</button>
668
               <button type="button" class="btn btn-primary btn-add-review">LABEL_SAVE</button>
659
               <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>
669
               <button type="button" class="btn btn-light" data-dismiss="modal">LABEL_CLOSE</button>
660
            </div>
670
            </div>
661
         </div>
671
         </div>
662
      </form>
672
      </form>
663
   </div>
673
   </div>
664
</div>
674
</div>