diff --git a/app/Views/report/template.php b/app/Views/report/template.php index 2289cc5..f4d595e 100644 --- a/app/Views/report/template.php +++ b/app/Views/report/template.php @@ -83,10 +83,10 @@ $i = 1; Status : -
Collected on  
-Received on  
-Val1 By :  () | Val2 By :  () 
-Page / Printed By :  
+
”This result is valid without signature.”
@@ -128,10 +128,10 @@ endforeach; Status : -
Collected on 
-Received on 
-Val1 By :  () | Val2 By :  ()
-Page / Printed By :  
+
”This result is valid without signature.”
diff --git a/public/assets/report/pdf.css b/public/assets/report/pdf.css index 7db7259..c2f6634 100644 --- a/public/assets/report/pdf.css +++ b/public/assets/report/pdf.css @@ -28,6 +28,7 @@ td.right { text-align: right; } .img { width:200mm; margin-left:0.5cm } .img-footer { margin-bottom:7.5mm } pre.small {font-size:6pt;} +.footer-lines { white-space: normal; line-height: 1.2; } @media print { @page { margin:0; size:210mm 297mm; } diff --git a/public/assets/report/style.css b/public/assets/report/style.css index f8088fc..89dfb75 100644 --- a/public/assets/report/style.css +++ b/public/assets/report/style.css @@ -28,4 +28,5 @@ td.right { text-align: right; } .img { max-width: 100%; height: auto; } .img-footer { max-width: 100%; height: auto; max-height: 2.5cm; } -pre.small {font-size:6pt;} \ No newline at end of file +pre.small {font-size:6pt;} +.footer-lines { white-space: normal; line-height: 1.2; } \ No newline at end of file