Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3536 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3536 Rev 5169
Línea 3... Línea 3...
3
$currentUser    = $this->currentUserHelper();
3
$currentUser    = $this->currentUserHelper();
4
$roleName       = $currentUser->getUserTypeId();
4
$roleName       = $currentUser->getUserTypeId();
Línea 5... Línea 5...
5
 
5
 
Línea -... Línea 6...
-
 
6
$route   = $this->url('company/i-work-with');
-
 
7
 
-
 
8
$js = <<<JS
-
 
9
const LABELS = {
-
 
10
  SEARCH: 'LABEL_SEARCH',
-
 
11
  COMPANIES_I_WORK_WITH: 'LABEL_COMPANIES_I_WORK_WITH',
-
 
12
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
-
 
13
  LEAVE: 'LABEL_COMPANY_LEAVE',
-
 
14
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
-
 
15
}
-
 
16
JS;
6
$route   = $this->url('company/i-work-with');
17
 
7
 
18
$this->inlineScript()->appendScript($js);
8
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
19
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
Línea 9... Línea 20...
9
$this->inlineScript()->appendFile('/react-bundles/company/i-work-with/iWorkWithBundle.js');
20
$this->inlineScript()->appendFile('/react-bundles/company/i-work-with/iWorkWithBundle.js');