Rev 5121 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
$js = <<<JS
const LABELS = {
MESSAGE: 'LABEL_MESSAGE',
SEARCH: 'LABEL_SEARCH',
BLOCK: 'LABEL_BLOCK',
UNBLOCK: 'LABEL_UNBLOCK',
CANCEL: 'LABEL_CANCEL',
DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS',
FIRST_LEVEL_PERSONS: 'LABEL_FIRST_LEVEL_PERSONS',
VIEW_PROFILE: 'LABEL_VIEW_PROFILE'
}
JS;
$this->inlineScript()->appendScript($js);
$this->headLink()->appendStylesheet('/look-and-field/profile.css');
$this->inlineScript()->appendFile('/react-bundles/connection/my-connections/myConnectionsBundle.js');
?>
<div id="react_my_connections">
<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>