Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3537 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

<?php
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
$currentUser    = $this->currentUserHelper();
$roleName       = $currentUser->getUserTypeId();

$url_listing    = $this->url('company/requests-sent');

$js = <<<JS
const LABELS = {
  SEARCH: 'LABEL_SEARCH',
  REQUESTS_SENT: 'LABEL_REQUESTS_SENT',
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
  REQUEST_CANCEL: 'LABEL_REQUEST_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/request-sent/requestSentBundle.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>