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 5... Línea 5...
5
$roleName = $currentUser->getUserTypeId();
5
$roleName = $currentUser->getUserTypeId();
Línea 6... Línea 6...
6
 
6
 
Línea 7... Línea 7...
7
$allowDownload  = $acl->isAllowed($roleName, 'microlearning/reports/progress-for-capsule/excel') ? 1 : 0;
7
$allowDownload  = $acl->isAllowed($roleName, 'microlearning/reports/progress-for-capsule/excel') ? 1 : 0;
8
 
8
 
9
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
9
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
Línea 166... Línea 166...
166
    
166
    
Línea 167... Línea 167...
167
 
167
 
168
    });
168
    });
169
 
169
 
170
    $('#topic_uuid').select2({
170
    $('#topic_uuid').select2({
Línea 171... Línea 171...
171
        theme: 'bootstrap4',
171
        theme: 'bootstrap-5',
172
        width: '100%',
172
        width: '100%',
173
    });
173
    });
174
 
174