Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3538 Rev 5177
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
  JOINED_GROUPS: 'LABEL_JOINED_GROUPS',
-
 
7
  GROUP_VIEW: 'LABEL_GROUP_VIEW',
-
 
8
  LEAVE: 'LABEL_LEAVE',
-
 
9
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
4
}
10
}
5
JS;
11
JS;
Línea 6... Línea 12...
6
 
12
 
7
$this->inlineScript()->appendScript($js);
13
$this->inlineScript()->appendScript($js);