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 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
$roleName = $currentUser->getUserTypeId();
5
$roleName = $currentUser->getUserTypeId();
Línea 6... Línea 6...
6
 
6
 
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
 
Línea 9... Línea 9...
9
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.min.css'));
9
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.min.css'));
10
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
10
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
11
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.min.js'));
11
$this->inlineScript()->appendFile($this->basePath('assets/vendors/select2/js/select2.min.js'));
Línea 12... Línea 12...
12
 
12
 
13
 
13