fix typo
This commit is contained in:
parent
8fb231b0e0
commit
16df34d391
@ -282,7 +282,7 @@ class UserCardController extends Controller
|
|||||||
|
|
||||||
$pdf = new Pdf(); // or new Pdf();
|
$pdf = new Pdf(); // or new Pdf();
|
||||||
$mpdf = $pdf->api; // fetches mpdf api
|
$mpdf = $pdf->api; // fetches mpdf api
|
||||||
$mpdf->SetHeader('Resume ' . $model->fio . '||Generated At: ' . date("d/m/Y")); // call methods or set any properties
|
$mpdf->SetHeader('Resume ' . $model->fio . '||Generated by ITGuild.info At: ' . date("d/m/Y")); // call methods or set any properties
|
||||||
$mpdf->SetFooter('{PAGENO}');
|
$mpdf->SetFooter('{PAGENO}');
|
||||||
$mpdf->WriteHtml($model->resume_text); // call mpdf write html
|
$mpdf->WriteHtml($model->resume_text); // call mpdf write html
|
||||||
echo $mpdf->Output("Resume - {$model->fio}", 'D'); // call the mpdf api output as needed
|
echo $mpdf->Output("Resume - {$model->fio}", 'D'); // call the mpdf api output as needed
|
||||||
|
@ -107,7 +107,7 @@ use yii\widgets\ActiveForm;
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="info">
|
<tr class="info">
|
||||||
<td>Лет опыта</td>
|
<td>Лет опыта</td>
|
||||||
<td class="table-cell">${years_of_exp}/td>
|
<td class="table-cell">${years_of_exp}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="info">
|
<tr class="info">
|
||||||
<td>Спецификация</td>
|
<td>Спецификация</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user