Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10840 Rev 10841
Línea 577... Línea 577...
577
$js = <<<JS
577
$js = <<<JS
578
	const backendVariables= {
578
	const backendVariables= {
579
        add_link: "$routeAdd",
579
        add_link: "$routeAdd",
580
        table_link: "$routeIndex",
580
        table_link: "$routeIndex",
581
        vacancies: $jsonVacancies,
581
        vacancies: $jsonVacancies,
582
        type_link: $routeType,
582
        type_link: "$routeType",
583
        permisions: {
583
        permisions: {
584
            allowAdd: $allowAdd,
584
            allowAdd: $allowAdd,
585
            allowEdit: $allowEdit,
585
            allowEdit: $allowEdit,
586
            allowDelete: $allowDelete,
586
            allowDelete: $allowDelete,
587
            allowReport: $allowReport,
587
            allowReport: $allowReport,