Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15386 Rev 15389
Línea 5... Línea 5...
5
$roleName = $currentUser->getUserTypeId();
5
$roleName = $currentUser->getUserTypeId();
Línea 6... Línea 6...
6
 
6
 
Línea -... Línea 7...
-
 
7
$allowDownload  = $acl->isAllowed($roleName, 'microlearning/reports/progress-for-student/excel') ? 1 : 0;
-
 
8
 
-
 
9
 
Línea 7... Línea 10...
7
$allowDownload  = $acl->isAllowed($roleName, 'microlearning/reports/progress-for-student/excel') ? 1 : 0;
10
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.min.css'));
8
 
11
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css'));
9
 
12
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.min.js'));
Línea 138... Línea 141...
138
    
141
    
Línea -... Línea 142...
-
 
142
 
-
 
143
    });
-
 
144
 
-
 
145
 
-
 
146
    $('#student_uuid').select2({
-
 
147
        theme: 'bootstrap4',
-
 
148
        width: '100%',
-
 
149
    });
139
 
150
 
140
    });
151
 
Línea 141... Línea 152...
141
 
152
 
142
 
153