Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6629 Rev 6680
Línea 1847... Línea 1847...
1847
JS;
1847
JS;
1848
$this->inlineScript()->captureEnd();
1848
$this->inlineScript()->captureEnd();
Línea 1849... Línea 1849...
1849
 
1849
 
1850
$js = <<<JS
1850
$js = <<<JS
-
 
1851
const linksVars = {
1851
const linksVars = {
1852
    link_add:"$routeAdd",
-
 
1853
    link_table: "$routeDatatable",
-
 
1854
    allowAdd: "$allowAdd",
-
 
1855
    allowDelete: "$allowDelete",
-
 
1856
    allowEdit: "$allowEdit",
1852
    link_table: "$routeDatatable"
1857
    allowUsersWhoApplied: "$allowUsersWhoApplied"
1853
}
1858
}
Línea 1854... Línea 1859...
1854
JS;
1859
JS;
1855
 
1860