Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1384 Rev 1388
Línea 62... Línea 62...
62
 
62
 
63
// Page Styles
63
// Page Styles
Línea 64... Línea 64...
64
$this->headLink()->appendStylesheet($this->basePath('css/pages/self-evaluation.css'));
64
$this->headLink()->appendStylesheet($this->basePath('css/pages/self-evaluation.css'));
65
 
65
 
Línea 66... Línea 66...
66
 
66
 
67
$status_active = \LeadersLinked\Model\RecruitmentForm::STATUS_ACTIVE;
67
$status_active = \LeadersLinked\Model\RecruitmentSelectionVacancy::STATUS_ACTIVE;
68
$status_inactive = \LeadersLinked\Model\RecruitmentForm::STATUS_INACTIVE;
68
$status_inactive = \LeadersLinked\Model\RecruitmentSelectionVacancy::STATUS_INACTIVE;
69
 
69