Rev 5127 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
$js = <<<JS
const LABELS = {
SEARCH: 'LABEL_SEARCH',
CANCEL: 'LABEL_CANCEL',
REQUEST_CANCEL: 'LABEL_REQUEST_CANCEL',
INVITATIONS_RECEIVED: 'LABEL_INVITATIONS_RECEIVED',
DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
VIEW_PROFILE: 'LABEL_VIEW_PROFILE',
MESSAGE: 'LABEL_MESSAGE',
APPROVE: 'LABEL_APPROVE',
ACCEPT: 'LABEL_ACCEPT',
REJECT: 'LABEL_REJECT',
MESSAGE: 'LABEL_MESSAGE',
ADMINISTRATE: 'LABEL_ADMINISTRATE',
UNFOLLOW: 'LABEL_UNFOLLOW',
BLOCK: 'LABEL_BLOCK',
UNBLOCK: 'LABEL_UNBLOCK',
CONNECT: 'LABEL_CONNECT',
CANCEL: 'LABEL_CANCEL',
LEAVE: 'LABEL_LEAVE',
}
JS;
$this->inlineScript()->appendScript($js);
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
$this->inlineScript()->appendFile('/react-bundles/connection/invitations-received/invitationsReceivedBundle.js');
?>
<div id="react_invitations_received">
<div class="process-comm" id="paginator-process-comm">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>