Rev 3536 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
$acl = $this->viewModel()->getRoot()->getVariable('acl');
$currentUser = $this->currentUserHelper();
$roleName = $currentUser->getUserTypeId();
$route = $this->url('company/i-work-with');
$js = <<<JS
const LABELS = {
SEARCH: 'LABEL_SEARCH',
COMPANIES_I_WORK_WITH: 'LABEL_COMPANIES_I_WORK_WITH',
VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
LEAVE: 'LABEL_COMPANY_LEAVE',
DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
}
JS;
$this->inlineScript()->appendScript($js);
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
$this->inlineScript()->appendFile('/react-bundles/company/i-work-with/iWorkWithBundle.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>