Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3537 Rev 5172
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
$url_listing    = $this->url('company/requests-sent');
-
 
7
 
-
 
8
$js = <<<JS
-
 
9
const LABELS = {
-
 
10
  SEARCH: 'LABEL_SEARCH',
-
 
11
  REQUESTS_SENT: 'LABEL_REQUESTS_SENT',
-
 
12
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
-
 
13
  REQUEST_CANCEL: 'LABEL_REQUEST_CANCEL',
-
 
14
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
-
 
15
}
-
 
16
JS;
6
$url_listing    = $this->url('company/requests-sent');
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/request-sent/requestSentBundle.js');
20
$this->inlineScript()->appendFile('/react-bundles/company/request-sent/requestSentBundle.js');