Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16910 | 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-topic/excel') ? 1 : 0;
7
$allowDownload  = $acl->isAllowed($roleName, 'microlearning/reports/progress-for-topic/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 10... Línea 10...
10
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
10
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap5-theme/select2-bootstrap-5-theme.css'));
Línea 142... Línea 142...
142
 
142
 
Línea 143... Línea 143...
143
    });
143
    });
144
 
144
 
145
 
145
 
146
    $('#topic_uuid').select2({
146
    $('#topic_uuid').select2({
Línea 147... Línea 147...
147
        theme: 'bootstrap4',
147
        theme: 'bootstrap-5',