Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16912 Rev 16918
Línea 47... Línea 47...
47
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/fa/theme.js'));
47
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/fa/theme.js'));
48
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fa/theme.js'));
48
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fa/theme.js'));
Línea 49... Línea 49...
49
 
49
 
50
 
50
 
Línea 51... Línea 51...
51
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
51
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
Línea 52... Línea 52...
52
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
52
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap5-theme/select2-bootstrap-5-theme.css'));
53
 
53
 
Línea 1094... Línea 1094...
1094
            NProgress.done();
1094
            NProgress.done();
1095
        });
1095
        });
1096
    });
1096
    });
Línea 1097... Línea 1097...
1097
 
1097
 
1098
    $('#form-level #level').select2({ 
1098
    $('#form-level #level').select2({ 
1099
        theme: 'bootstrap4',
1099
        theme: 'bootstrap-5',
1100
        width: '100%',
1100
        width: '100%',
Línea 1101... Línea 1101...
1101
    });
1101
    });
1102
    
1102
    
1103
    $('#form-status #status').select2({ 
1103
    $('#form-status #status').select2({ 
1104
        theme: 'bootstrap4',
1104
        theme: 'bootstrap-5',
Línea 1105... Línea 1105...
1105
        width: '100%',
1105
        width: '100%',
1106
    });
1106
    });
1107
 
1107
 
1108
    
1108
    
Línea 1109... Línea 1109...
1109
    $('#form-interview #type').select2({ 
1109
    $('#form-interview #type').select2({ 
1110
        theme: 'bootstrap4',
1110
        theme: 'bootstrap-5',
1111
        width: '100%',
1111
        width: '100%',
1112
    });
1112
    });
Línea 1113... Línea 1113...
1113
 
1113
 
1114
    
1114