Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16846 Rev 16918
Línea 46... Línea 46...
46
 
46
 
Línea 47... Línea 47...
47
 
47
 
48
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-datepicker/css/bootstrap-datepicker.css'));
48
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-datepicker/css/bootstrap-datepicker.css'));
49
 
49
 
Línea 50... Línea 50...
50
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
50
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
51
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
51
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap5-theme/select2-bootstrap-5-theme.css'));
Línea 436... Línea 436...
436
        startDate: '$startDate',
436
        startDate: '$startDate',
Línea 437... Línea 437...
437
    
437
    
Línea 438... Línea 438...
438
    });
438
    });
439
 
439
 
440
    $('#form #form_id').select2({
440
    $('#form #form_id').select2({
441
        theme: 'bootstrap4',
441
        theme: 'bootstrap-5',
Línea 442... Línea 442...
442
        width: '100%',
442
        width: '100%',
443
    });
443
    });
444
 
444
 
445
    $('#form #supervisor_id').select2({
445
    $('#form #supervisor_id').select2({
Línea 446... Línea 446...
446
        theme: 'bootstrap4',
446
        theme: 'bootstrap-5',
447
        width: '100%',
447
        width: '100%',
448
    });
448
    });
449
 
449