Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3540 Rev 5179
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
2
$js = <<<JS
3
$js = <<<JS
3
const backendVars = {
4
const LABELS = {
-
 
5
  SEARCH: 'LABEL_SEARCH',
-
 
6
  REQUESTS_SENT: 'LABEL_REQUESTS_SENT',
-
 
7
  GROUP_VIEW: 'LABEL_GROUP_VIEW',
-
 
8
  REQUEST_CANCEL: 'LABEL_REQUEST_CANCEL',
-
 
9
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
4
}
10
}
5
JS;
11
JS;
-
 
12
 
6
$this->inlineScript()->appendScript($js);
13
$this->inlineScript()->appendScript($js);
7
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
14
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
8
$this->inlineScript()->appendFile('/react-bundles/group/requests-sent/requestSentBundle.js');
15
$this->inlineScript()->appendFile('/react-bundles/group/requests-sent/requestSentBundle.js');
9
?>
16
?>