Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14183 | Rev 14185 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14183 Rev 14184
Línea 662... Línea 662...
662
        $('#row-form').hide();
662
        $('#row-form').hide();
663
    });
663
    });
664
});
664
});
Línea 665... Línea 665...
665
 
665
 
-
 
666
JS;
-
 
667
 
-
 
668
$js = <<<JS
-
 
669
const linksVars = {
-
 
670
    add_link: 'routeAdd',
-
 
671
    table_link: 'routeDatatable',
-
 
672
    import_link: 'routeImport',
-
 
673
    dashboard_link: 'routeDashboard',
-
 
674
    permisions: {
-
 
675
        allowAdd: '$allowAdd',
-
 
676
        allowEdit: '$allowEdit',
-
 
677
        allowDelete: '$allowDelete',
-
 
678
        allowReport: '$allowReport',
-
 
679
        allowImport: '$allowImport' 
-
 
680
    }
-
 
681
}
-
 
682
JS;
666
JS;
683
 
667
$this->inlineScript()->captureEnd();
684
$this->inlineScript()->captureEnd();
668
// $this->headLink()->appendStylesheet('/react-bundles/job_description/main.css');
685
// $this->headLink()->appendStylesheet('/react-bundles/job_description/main.css');
669
$this->inlineScript()->appendFile('/react-bundles/job_description/jobDescription.js');
686
$this->inlineScript()->appendFile('/react-bundles/job_description/jobDescription.js');
670
?>
687
?>