Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3539 Rev 5179
Línea 1... Línea 1...
1
<?php
1
<?php
2
$js = <<<JS
2
$js = <<<JS
3
const backendVars = {
3
const LABELS = {
-
 
4
  SEARCH: 'LABEL_SEARCH',
-
 
5
  REQUEST_RECEIVE: 'LABEL_REQUEST_RECEIVE',
-
 
6
  GROUP_VIEW: 'LABEL_GROUP_VIEW',
-
 
7
  ACCEPT: 'LABEL_ACCEPT',
-
 
8
  REJECT: 'LABEL_REJECT',
-
 
9
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
4
}
10
}
5
JS;
11
JS;
6
$this->inlineScript()->appendScript($js);
12
$this->inlineScript()->appendScript($js);
7
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
13
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
8
$this->inlineScript()->appendFile('/react-bundles/group/invitations-received/invitationsReceivedBundle.js');
14
$this->inlineScript()->appendFile('/react-bundles/group/invitations-received/invitationsReceivedBundle.js');