| Línea 59... |
Línea 59... |
| 59 |
|
59 |
|
| 60 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-confirmation/dist/bootstrap-confirmation.js'));
|
60 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-confirmation/dist/bootstrap-confirmation.js'));
|
| Línea 61... |
Línea 61... |
| 61 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-checkbox/awesome-bootstrap-checkbox.css'));
|
61 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-checkbox/awesome-bootstrap-checkbox.css'));
|
| 62 |
|
62 |
|
| Línea 63... |
Línea 63... |
| 63 |
|
63 |
|
| 64 |
$status_active = \LeadersLinked\Model\RecruitmentSelectionCandidate::STATUS_ACCEPTED;
|
64 |
$status_active = \LeadersLinked\Model\RecruitmentSelectionCandidate::STATUS_ACEPTED;
|
| 65 |
$status_inactive = \LeadersLinked\Model\RecruitmentSelectionCandidate::STATUS_REJECTED;
|
65 |
$status_inactive = \LeadersLinked\Model\RecruitmentSelectionCandidate::STATUS_REJECTED;
|