CSS
This commit is contained in:
parent
aca20c89f9
commit
a51829d03c
@ -230,7 +230,8 @@ if (!empty($conf->global->RECRUITMENT_NEWFORM_TEXT))
|
|||||||
}
|
}
|
||||||
if (empty($text))
|
if (empty($text))
|
||||||
{
|
{
|
||||||
$text .= '<tr><td class="textpublicpayment"><br><strong>'.$langs->trans("JobOfferToBeFilled", $mysoc->name).'</strong>';
|
$text .= '<tr><td class="textpublicpayment"><br>'.$langs->trans("JobOfferToBeFilled", $mysoc->name);
|
||||||
|
$text .= ' - <strong>'.$mysoc->name.'</strong>';
|
||||||
$text .= ' - <span class="fa fa-calendar secondary"></span> '.dol_print_date($object->date_creation);
|
$text .= ' - <span class="fa fa-calendar secondary"></span> '.dol_print_date($object->date_creation);
|
||||||
$text .= '</td></tr>'."\n";
|
$text .= '</td></tr>'."\n";
|
||||||
$text .= '<tr><td class="textpublicpayment"><h1>'.$object->label.'</h1><br></td></tr>'."\n";
|
$text .= '<tr><td class="textpublicpayment"><h1>'.$object->label.'</h1><br></td></tr>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user