Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4814 Rev 4842
Línea 369... Línea 369...
369
JS;
369
JS;
370
$this->inlineScript()->captureEnd();
370
$this->inlineScript()->captureEnd();
Línea 371... Línea 371...
371
 
371
 
372
$js = <<<JS
372
$js = <<<JS
-
 
373
const urlsVar = {
373
const urlsVar = {
374
        linkTable: '$routeDatatable',
374
        urlAdd: '$routeAdd',
375
        linkAdd: '$allowAdd',
375
        urlTable: '$routeDatatable',
376
        linkEdit: '$allowEdit',
376
        urlDashboard: '$routeDashboard'
377
        linkDelete: '$allowDelete',
377
   }
378
   }
Línea 378... Línea 379...
378
JS;
379
JS;