Browse Source

Muda data de emissão do certificado para data do fim do curso

MOODLE_34_STABLE
Marco Rougeth 9 years ago
parent
commit
63a44f16b4
  1. 4
      type/ILB_Sem_tutoria_2014/certificate.php

4
type/ILB_Sem_tutoria_2014/certificate.php

@ -46,7 +46,7 @@ if ($certificate->datefmt == 1) {
$suffix = certificate_get_ordinal_number_suffix(userdate($ts, '%d')); $suffix = certificate_get_ordinal_number_suffix(userdate($ts, '%d'));
$fmt = '%B %d' . $suffix . ', %Y'; $fmt = '%B %d' . $suffix . ', %Y';
} else if ($certificate->datefmt == 3) { } else if ($certificate->datefmt == 3) {
$fmt = '%d %B %Y'; $fmt = '%d de %B de %Y';
} else if ($certificate->datefmt == 4) { } else if ($certificate->datefmt == 4) {
$fmt = '%B %Y'; $fmt = '%B %Y';
} else if ($certificate->datefmt == 5) { } else if ($certificate->datefmt == 5) {
@ -129,7 +129,7 @@ if ($certificate->printhours) {
certificate_print_text($pdf, $x, $y + 65, 'C', 'freesans', '', 18, "com carga horária de {$certificate->printhours}"); certificate_print_text($pdf, $x, $y + 65, 'C', 'freesans', '', 18, "com carga horária de {$certificate->printhours}");
} }
certificate_print_text($pdf, $x, $y + 75, 'C', 'freesans', '', 18, certificate_get_grade($certificate, $course)); certificate_print_text($pdf, $x, $y + 75, 'C', 'freesans', '', 18, certificate_get_grade($certificate, $course));
certificate_print_text($pdf, $x, $y + 85, 'R', 'freesans', 'B', 14, "Brasília, " . certificate_get_date($certificate, $certrecord, $course)); certificate_print_text($pdf, $x, $y + 85, 'R', 'freesans', 'B', 14, "Brasília, " . $end_date);
// Verse page ----------------------------------------------------------------------------------------------------------- // Verse page -----------------------------------------------------------------------------------------------------------
$pdf->AddPage(); $pdf->AddPage();

Loading…
Cancel
Save