Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8889 Rev 9954
Línea 545... Línea 545...
545
                heigth: 100
545
                heigth: 100
546
    });
546
    });
547
});
547
});
548
JS;
548
JS;
549
$this->inlineScript()->captureEnd();
549
$this->inlineScript()->captureEnd();
-
 
550
 
-
 
551
$js = <<<JS
-
 
552
	const backendVariables= {
-
 
553
		email_link: "$routeEmail",
-
 
554
        add_link: "$routeAdd",
-
 
555
        table_link: "$routeDatatable",
-
 
556
        permisions: {
-
 
557
            allowAdd: $allowAdd,
-
 
558
            allowEdit: $allowEdit,
-
 
559
            allowDelete: $allowDelete,
-
 
560
            allowEmail: $allowEmail
-
 
561
        }
-
 
562
	}	
-
 
563
JS;
-
 
564
 
-
 
565
$this->inlineScript()->appendScript($js);
-
 
566
$this->headLink()->appendStylesheet($this->basePath('/react-bundles/recruitment_and_selection/candidates/main.css'));
-
 
567
$this->inlineScript()->appendFile('/react-bundles/recruitment_and_selection/candidates/candidatesBundle.js');
550
?>
568
?>
Línea -... Línea 569...
-
 
569
 
-
 
570
<div id="recruitment-candidates">
Línea 551... Línea 571...
551
 
571
</div>
552
 
572
 
553
<!-- Content Header (Page header) -->
573
<!-- Content Header (Page header) -->
554
<section class="content-header">
574
<section class="content-header">