Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16910 Rev 16918
Línea 46... Línea 46...
46
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/localization/messages_es.js'));
46
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jquery-validation/localization/messages_es.js'));
Línea 47... Línea 47...
47
 
47
 
48
 
48
 
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'));
Línea 1094... Línea 1094...
1094
        mainClass: "input-group",
1094
        mainClass: "input-group",
1095
        msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size_profile',
1095
        msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size_profile',
1096
    });
1096
    });
Línea 1097... Línea 1097...
1097
 
1097
 
1098
   $('#form-skill #skills').select2({ 
1098
   $('#form-skill #skills').select2({ 
1099
        theme: 'bootstrap4',
1099
        theme: 'bootstrap-5',
1100
        width: '100%', 
1100
        width: '100%', 
1101
        placeholder: 'LABEL_SELECT_ONE_SKILLS'
1101
        placeholder: 'LABEL_SELECT_ONE_SKILLS'
1102
    });
1102
    });
1103
    $('#form-language #languages').select2({ 
1103
    $('#form-language #languages').select2({ 
1104
        theme: 'bootstrap4',
1104
        theme: 'bootstrap-5',
1105
        width: '100%',
1105
        width: '100%',
1106
        placeholder: 'LABEL_SELECT_ONE_LANGUAGE'
1106
        placeholder: 'LABEL_SELECT_ONE_LANGUAGE'