Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11221 Rev 12475
Línea 1367... Línea 1367...
1367
			});
1367
			});
Línea 1368... Línea 1368...
1368
     
1368
     
1369
});
1369
});
1370
JS;
1370
JS;
-
 
1371
$this->inlineScript()->captureEnd();
-
 
1372
 
-
 
1373
$js = <<<JS
-
 
1374
	const backendVariables= {
-
 
1375
		dashboard_link: "$routeDashboard",
-
 
1376
        add_link: "$routeAdd",
-
 
1377
        table_link: "$routeDatatable",
-
 
1378
        permisions: {
-
 
1379
            allowAdd: $allowAdd,
-
 
1380
            allowEdit: $allowEdit,
-
 
1381
            allowDelete: $allowDelete
-
 
1382
        }
-
 
1383
	}	
-
 
1384
JS;
-
 
1385
 
-
 
1386
$this->inlineScript()->appendScript($js);
-
 
1387
$this->headLink()->appendStylesheet($this->basePath('/react-bundles/organizational-climate/form/main.css'));
1371
$this->inlineScript()->captureEnd();
1388
$this->inlineScript()->appendFile('/react-bundles/organizational-climate/form/organizationalFormBundle.js');
Línea -... Línea 1389...
-
 
1389
?>
-
 
1390
 
-
 
1391
<div class="organizational_climate-form">
1372
?>
1392
</div>
1373
 
1393
 
1374
<!-- Content Header (Page header) -->
1394
<!-- Content Header (Page header) -->
1375
<section class="content-header">
1395
<section class="content-header">
1376
    <div class="container-fluid">
1396
    <div class="container-fluid">