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 5175
Línea 6... Línea 6...
6
$js = <<<JS
6
$js = <<<JS
7
const backendVars={
7
const backendVars={
8
  groupTypes: JSON.parse('$groupTypes'),
8
  groupTypes: JSON.parse('$groupTypes'),
9
  industries: JSON.parse('$industries')
9
  industries: JSON.parse('$industries')
10
}
10
}
-
 
11
const LABELS = {
-
 
12
  SEARCH: 'LABEL_SEARCH',
-
 
13
  ADD: 'LABEL_MY_GROUPS',
-
 
14
  MY_GROUPS: 'LABEL_MY_GROUPS',
-
 
15
  GROUP_VIEW: 'LABEL_GROUP_VIEW',
-
 
16
  GROUP: 'LABEL_GROUP',
-
 
17
  EDIT: 'LABEL_EDIT',
-
 
18
  DELETE: 'LABEL_DELETE',
-
 
19
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
-
 
20
}
11
JS;
21
JS;
12
$this->inlineScript()->appendScript($js);
22
$this->inlineScript()->appendScript($js);
13
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
23
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
14
$this->inlineScript()->appendFile('/react-bundles/my-groups/myGroupsBundle.js');
24
$this->inlineScript()->appendFile('/react-bundles/my-groups/myGroupsBundle.js');
15
?>
25
?>