Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15280 Rev 15281
Línea 22... Línea 22...
22
$allowUpload            = $acl->isAllowed($roleName, 'users/upload') ? 1 : 0;
22
$allowUpload            = $acl->isAllowed($roleName, 'users/upload') ? 1 : 0;
23
$allowChangePassword    = $acl->isAllowed($roleName, 'users/change-password') ? 1 : 0;
23
$allowChangePassword    = $acl->isAllowed($roleName, 'users/change-password') ? 1 : 0;
24
$allowUnblock           = $acl->isAllowed($roleName, 'users/unblock') ? 1 : 0;
24
$allowUnblock           = $acl->isAllowed($roleName, 'users/unblock') ? 1 : 0;
Línea -... Línea 25...
-
 
25
 
25
 
26
 
26
 
27
$this->inlineScript()->appendFile($this->basePath('plugins/popper/popper.js'));
Línea 27... Línea 28...
27
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
28
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
Línea 45... Línea 46...
45
 
46
 
46
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
47
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
Línea 47... Línea 48...
47
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
48
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
48
 
-
 
49
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap/js/bootstrap.js'));
49
 
50
$this->inlineScript()->appendFile($this->basePath('plugins/popper/popper.js'));
50
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap/js/bootstrap.js'));
Línea 51... Línea 51...
51
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-confirmation/dist/bootstrap-confirmation.js'));
51
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-confirmation/dist/bootstrap-confirmation.js'));