fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12399] catch: update to new pdf inferface


From: Sigurd Nes
Subject: [Fmsystem-commits] [12399] catch: update to new pdf inferface
Date: Fri, 28 Nov 2014 15:24:23 +0000

Revision: 12399
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12399
Author:   sigurdne
Date:     2014-11-28 15:24:22 +0000 (Fri, 28 Nov 2014)
Log Message:
-----------
catch: update to new pdf inferface

Modified Paths:
--------------
    trunk/catch/inc/custom/default/pdf_18_1.php
    trunk/catch/inc/custom/default/pdf_3_1.php

Modified: trunk/catch/inc/custom/default/pdf_18_1.php
===================================================================
--- trunk/catch/inc/custom/default/pdf_18_1.php 2014-11-28 15:15:18 UTC (rev 
12398)
+++ trunk/catch/inc/custom/default/pdf_18_1.php 2014-11-28 15:24:22 UTC (rev 
12399)
@@ -115,7 +115,7 @@
 
                        
$pdf->ezTable($data,array('col1'=>'','col2'=>'','col3'=>''),''
                                ,array('showHeadings'=>0,'shaded'=>0,'xPos'=>0
-                               ,'xOrientation'=>'right','width'=>500
+                               
,'xOrientation'=>'right','width'=>500,'gridlines'=> EZ_GRIDLINE_ALL
                                ,'cols'=>array
                                (
                                        
'col1'=>array('justification'=>'right','width'=>200, 'justification'=>'left'),
@@ -206,7 +206,7 @@
 
                        $pdf->ezTable($data,array('col1'=>'','col2'=>''),''
                                ,array('showHeadings'=>0,'shaded'=>0,'xPos'=>0
-                               
,'xOrientation'=>'right','width'=>500,'showLines'=> 0
+                               
,'xOrientation'=>'right','width'=>500,'gridlines'=> 0
                                ,'cols'=>array
                                (
                                        'col1' =>array('justification' => 
'right', 'width' => 250, 'justification' => 'left'),
@@ -228,4 +228,4 @@
 
                }
 
-       }
\ No newline at end of file
+       }

Modified: trunk/catch/inc/custom/default/pdf_3_1.php
===================================================================
--- trunk/catch/inc/custom/default/pdf_3_1.php  2014-11-28 15:15:18 UTC (rev 
12398)
+++ trunk/catch/inc/custom/default/pdf_3_1.php  2014-11-28 15:24:22 UTC (rev 
12399)
@@ -122,7 +122,7 @@
 
                        
$pdf->ezTable($data,array('col1'=>'','col2'=>'','col3'=>''),''
                                ,array('showHeadings'=>0,'shaded'=>0,'xPos'=>0
-                               ,'xOrientation'=>'right','width'=>500
+                               
,'xOrientation'=>'right','width'=>500,'gridlines'=> EZ_GRIDLINE_ALL
                                ,'cols'=>array
                                (
                                        
'col1'=>array('justification'=>'right','width'=>200, 'justification'=>'left'),
@@ -213,7 +213,7 @@
 
                        $pdf->ezTable($data,array('col1'=>'','col2'=>''),''
                                ,array('showHeadings'=>0,'shaded'=>0,'xPos'=>0
-                               
,'xOrientation'=>'right','width'=>500,'showLines'=> 0
+                               
,'xOrientation'=>'right','width'=>500,'gridlines'=> 0
                                ,'cols'=>array
                                (
                                        'col1' =>array('justification' => 
'right', 'width' => 250, 'justification' => 'left'),
@@ -235,4 +235,4 @@
 
                }
 
-       }
\ No newline at end of file
+       }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]