Rev 4238 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
$acl = $this->viewModel()->getRoot()->getVariable('acl');
$currentUser = $this->currentUserHelper();
$roleName = $currentUser->getUserTypeId();
$js = <<<JS
const LABELS={
INVITATIONS_RECEIVED: 'LABEL_INVITATIONS_RECEIVED',
SEARCH: 'LABEL_SEARCH',
REQUESTS_SENT: 'LABEL_REQUESTS_SENT',
VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
CANCEL: 'LABEL_CANCEL',
DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
}
JS;
$this->inlineScript()->appendScript($js);
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
$this->inlineScript()->appendFile('/react-bundles/company/invitations-received/invitationsReceivedBundle.js');
?>
<div id="react_companies_i_work_with">
<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>