forked from science-ation/science-ation
A few tweaks to get the simcoe signature page back to 1 page
- reduce some spacing - remove final <hr /> from bottom
This commit is contained in:
parent
ef327f008b
commit
5270935d3b
@ -115,9 +115,9 @@ $pdf->AddPage();
|
||||
}
|
||||
|
||||
$plural = (count($studentinfoarray)>1) ? 's' : '';
|
||||
$pdf->SetY($pdf->GetY()+1);
|
||||
|
||||
$pdf->WriteHTML("<br /><h3>".i18n('Registration Summary')."</h3>
|
||||
<p>
|
||||
$pdf->WriteHTML("<h3>".i18n('Registration Summary')."</h3>
|
||||
".i18n('Registration Number').": $registration_number <br/>
|
||||
".i18n('Project Title').": {$projectinfo->title} <br/>
|
||||
".i18n($projectinfo->category)." / ".i18n($projectinfo->division));
|
||||
@ -222,7 +222,7 @@ function sig($pdf, $text)
|
||||
if($r['use']) {
|
||||
$t = nl2br($r['text']);
|
||||
$pdf->WriteHTML("<h3>".i18n('Additional Information')."</h3>$t");
|
||||
$pdf->WriteHTML("<br><hr>");
|
||||
$pdf->WriteHTML("<br>");
|
||||
}
|
||||
if(isset($PDFDEST))
|
||||
echo $pdf->output('',$PDFDEST);
|
||||
|
Loading…
Reference in New Issue
Block a user