Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15390 Rev 16822
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-student/excel') ? 1 : 0;
7
$allowDownload  = $acl->isAllowed($roleName, 'microlearning/reports/progress-for-student/excel') ? 1 : 0;
8
 
8
 
9
 
9
 
Línea 10... Línea 10...
10
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.min.css'));
10
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
11
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
11
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
12
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.min.js'));
12
$this->inlineScript()->appendFile($this->basePath('assets/vendors/select2/js/select2.min.js'));
Línea 13... Línea 13...
13
 
13
 
14
 
14