Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3527 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3527 Rev 5126
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
 
-
 
3
$js = <<<JS
-
 
4
const LABELS = {
-
 
5
  SEARCH: 'LABEL_SEARCH',
-
 
6
  CANCEL: 'LABEL_CANCEL',
-
 
7
  REQUEST_CANCEL: 'LABEL_REQUEST_CANCEL',
-
 
8
  INVITATIONS_SENT: 'LABEL_INVITATIONS_SENT',
-
 
9
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
-
 
10
  VIEW_PROFILE: 'LABEL_VIEW_PROFILE'
-
 
11
}
-
 
12
JS;
-
 
13
 
-
 
14
$this->inlineScript()->appendScript($js);
2
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
15
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
3
$this->inlineScript()->appendFile('/react-bundles/connection/invitations-sent/invitationsSentBundle.js');
16
$this->inlineScript()->appendFile('/react-bundles/connection/invitations-sent/invitationsSentBundle.js');
4
?>
17
?>
Línea 5... Línea 18...
5
 
18