Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3517 Rev 5070
Línea 17... Línea 17...
17
const backendVars = {
17
const backendVars = {
18
  allowAdd : "$allowAdd",
18
  allowAdd : "$allowAdd",
19
  allowEdit: "$allowEdit",
19
  allowEdit: "$allowEdit",
20
  allowDelete: "$allowDelete"
20
  allowDelete: "$allowDelete"
21
}
21
}
-
 
22
 
-
 
23
const LABELS = {
-
 
24
  ADD: 'LABEL_ADD',
-
 
25
  MY_PROFILES: 'LABEL_MY_PROFILES',
-
 
26
  MESSAGE: 'LABEL_MESSAGE',
-
 
27
  APPROVE: 'LABEL_APPROVE',
-
 
28
  REJECT: 'LABEL_REJECT',
-
 
29
  MESSAGE: 'LABEL_MESSAGE',
-
 
30
  ADMINISTRATE: 'LABEL_ADMINISTRATE',
-
 
31
  UNFOLLOW: 'LABEL_UNFOLLOW',
-
 
32
  BLOCK: 'LABEL_BLOCK',
-
 
33
  UNBLOCK: 'LABEL_UNBLOCK',
-
 
34
  CONECT: 'LABEL_CONECT',
-
 
35
  CANCEL: 'LABEL_CANCEL',
-
 
36
  LEAVE: 'LABEL_LEAVE',
-
 
37
  NEW_PROFILE: 'LABEL_NEW_PROFILE',
-
 
38
  PROFILE_MAME: 'LABEL_PROFILE_MAME',
-
 
39
  CREATE_PROFILE: 'LABEL_CREATE_PROFILE',
-
 
40
}
-
 
41
 
22
JS;
42
JS;
-
 
43
 
23
$this->inlineScript()->appendScript($js);
44
$this->inlineScript()->appendScript($js);
24
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
45
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
25
$this->inlineScript()->appendFile('/react-bundles/my-profiles/my-profiles/myProfilesBundle.js');
46
$this->inlineScript()->appendFile('/react-bundles/my-profiles/my-profiles/myProfilesBundle.js');
26
?>
47
?>