Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 984 Rev 985
Línea 2... Línea 2...
2
$acl = $this->viewModel()->getRoot()->getVariable('acl');
2
$acl = $this->viewModel()->getRoot()->getVariable('acl');
3
$currentUser = $this->currentUserHelper();
3
$currentUser = $this->currentUserHelper();
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
$roleName = $currentUser->getUserTypeId();
5
$roleName = $currentUser->getUserTypeId();
6
 
6
 
7
$routeAdd = $this->url('self-evaluation/forms/add');
7
$routeAdd = $this->url('performance-evaluation/forms/add');
Línea 8... Línea 8...
8
$routeDatatable = $this->url('self-evaluation/forms');
8
$routeDatatable = $this->url('performance-evaluation/forms');
9
$routeDashboard = $this->url('dashboard');
9
$routeDashboard = $this->url('dashboard');
10
 
10
 
Línea 11... Línea 11...
11
$allowAdd = $acl->isAllowed($roleName, 'self-evaluation/forms/add') ? 1 : 0;
11
$allowAdd = $acl->isAllowed($roleName, 'performance-evaluation/forms/add') ? 1 : 0;
Línea 55... Línea 55...
55
 
55
 
56
// JsRender //
56
// JsRender //
Línea 57... Línea 57...
57
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.min.js'));
57
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.min.js'));
58
 
58
 
Línea 59... Línea 59...
59
// Page Styles
59
// Page Styles
60
$this->headLink()->appendStylesheet($this->basePath('css/pages/self-evaluation.css'));
60
$this->headLink()->appendStylesheet($this->basePath('css/pages/performance-evaluation.css'));
Línea 61... Línea 61...
61
 
61