Look and feel v14
This commit is contained in:
parent
0d11b5f81b
commit
e06b8bb586
@ -1896,7 +1896,8 @@ if ($id > 0) {
|
|||||||
if (!empty($conf->global->AGENDA_USE_EVENT_TYPE)) {
|
if (!empty($conf->global->AGENDA_USE_EVENT_TYPE)) {
|
||||||
print '<tr><td class="titlefield">'.$langs->trans("Type").'</td><td>';
|
print '<tr><td class="titlefield">'.$langs->trans("Type").'</td><td>';
|
||||||
print $object->getTypePicto();
|
print $object->getTypePicto();
|
||||||
print $langs->trans($object->type).'</td></tr>';
|
print $langs->trans("Action".$object->type_code);
|
||||||
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Full day event
|
// Full day event
|
||||||
|
|||||||
@ -819,6 +819,9 @@ class RecruitmentCandidature extends CommonObject
|
|||||||
if ($status == self::STATUS_CANCELED) {
|
if ($status == self::STATUS_CANCELED) {
|
||||||
$statusType = 'status6';
|
$statusType = 'status6';
|
||||||
}
|
}
|
||||||
|
if ($status == self::STATUS_REFUSED) {
|
||||||
|
$statusType = 'status10';
|
||||||
|
}
|
||||||
|
|
||||||
return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status], '', $statusType, $mode);
|
return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status], '', $statusType, $mode);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user