Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10753 Rev 10840
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
        permisions: {
583
        permisions: {
583
            allowAdd: $allowAdd,
584
            allowAdd: $allowAdd,
584
            allowEdit: $allowEdit,
585
            allowEdit: $allowEdit,
585
            allowDelete: $allowDelete,
586
            allowDelete: $allowDelete,
586
            allowReport: $allowReport,
587
            allowReport: $allowReport,