Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16906 Rev 16918
Línea 33... Línea 33...
33
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/dataTables.responsive.min.js'));
33
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/dataTables.responsive.min.js'));
34
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.min.js'));
34
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.min.js'));
Línea 35... Línea 35...
35
 
35
 
36
 
36
 
Línea 37... Línea 37...
37
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
37
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
Línea 38... Línea 38...
38
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
38
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap5-theme/select2-bootstrap-5-theme.css'));
39
 
39
 
Línea 584... Línea 584...
584
 
584
 
585
    /**
585
    /**
586
     * Initialize select Jobdescription
586
     * Initialize select Jobdescription
587
     */
587
     */
588
    $('#job_description_id').select2({
588
    $('#job_description_id').select2({
589
        theme: 'bootstrap4',
589
        theme: 'bootstrap-5',
590
        width: '100%',
590
        width: '100%',
591
    });
591
    });
592
    /**
592
    /**
593
     * On change selecte JobDescription
593
     * On change selecte JobDescription