Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3537 Rev 4237
Línea 1... Línea 1...
1
<?php
1
<?php
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
3
$currentUser    = $this->currentUserHelper();
3
$currentUser    = $this->currentUserHelper();
4
$roleName       = $currentUser->getUserTypeId();
4
$roleName       = $currentUser->getUserTypeId();
Línea -... Línea 5...
-
 
5
 
-
 
6
$js = <<<JS
-
 
7
const LABELS={
-
 
8
  not_found: LABEL_DATATABLE_SZERORECORDS,
-
 
9
  invitation_received: LABEL_INVITATIONS_RECEIVED,
-
 
10
  search: LABEL_SEARCH
-
 
11
}
-
 
12
JS;
-
 
13
 
-
 
14
$this->inlineScript()->appendScript($js);
5
 
15
 
6
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
16
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
7
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
17
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
Línea 8... Línea 18...
8
?>
18
?>