Rev 4157 |
Rev 4159 |
Ir a la última revisión |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
Rev 4157 |
Rev 4158 |
Línea 53... |
Línea 53... |
53 |
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.css'));
|
53 |
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.css'));
|
Línea 54... |
Línea 54... |
54 |
|
54 |
|
55 |
// JsRender //
|
55 |
// JsRender //
|
Línea 56... |
Línea 56... |
56 |
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.min.js'));
|
56 |
$this->inlineScript()->appendFile($this->basePath('plugins/jsrender/jsrender.min.js'));
|
57 |
|
57 |
|
Línea 58... |
Línea 58... |
58 |
$status_acepted = \LeadersLinked\Model\RecruitmentSelectionInterview::STATUS_ACcEPTED;
|
58 |
$status_acepted = \LeadersLinked\Model\RecruitmentSelectionInterview::STATUS_ACCEPTED;
|
59 |
$status_rejected = \LeadersLinked\Model\RecruitmentSelectionInterview::STATUS_REJECTED;
|
59 |
$status_rejected = \LeadersLinked\Model\RecruitmentSelectionInterview::STATUS_REJECTED;
|
60 |
|
60 |
|