From 07bad0bb4ba029a9877b6fac9435b337e6dd90f9 Mon Sep 17 00:00:00 2001 From: higinovieira Date: Tue, 20 Sep 2016 16:10:53 -0300 Subject: [PATCH] =?UTF-8?q?Acerto=20na=20disposi=C3=A7=C3=A3o=20do=20texto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- type/cert_comtutoria/certificate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/type/cert_comtutoria/certificate.php b/type/cert_comtutoria/certificate.php index 3d9e0a0..0eb49ba 100644 --- a/type/cert_comtutoria/certificate.php +++ b/type/cert_comtutoria/certificate.php @@ -108,8 +108,8 @@ $pdf->SetTextColor(0, 0, 0); certificate_print_text($pdf, $x, $y, 'C', 'freesans', '', 20, get_string('title', 'certificate')); certificate_print_text($pdf, $x, $y + 15, 'C', 'freesans', '', 18, get_string('certify', 'certificate')); certificate_print_text($pdf, $x, $y + 25, 'C', 'freesans', 'B', 18, mb_strtoupper(fullname($USER), 'UTF-8').", CPF nº {$USER->profile['cpf']}"); -certificate_print_text($pdf, $x, $y + 35, 'C', 'freesans', '', 18, "realizou, na modalidade a distância, ".certificate_get_grade($certificate, $course).", o curso com tutoria"); -certificate_print_text($pdf, $x, $y + 45, 'C', 'freesans', 'B', 18, mb_strtoupper($course->fullname, 'UTF-8')); +certificate_print_text($pdf, $x, $y + 35, 'C', 'freesans', '', 18, "realizou, na modalidade a distância, ".certificate_get_grade($certificate, $course).','); +certificate_print_text($pdf, $x, $y + 45, 'C', 'freesans', 'B', 18, 'o curso com tutoria '.mb_strtoupper($course->fullname, 'UTF-8')); $tagvs = array('p' => array(0 => array('h' => 0, 'n' => 0), 1 => array('h' => 0, 'n'=> 0))); $pdf->setHtmlVSpace($tagvs); certificate_print_text($pdf, $x, $y + 55, 'L', 'freesans', '', 18, $group_description);