fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12401] hrm: update to new pdf inferface


From: Sigurd Nes
Subject: [Fmsystem-commits] [12401] hrm: update to new pdf inferface
Date: Fri, 28 Nov 2014 15:25:34 +0000

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

Modified Paths:
--------------
    trunk/hrm/inc/class.uiuser.inc.php

Modified: trunk/hrm/inc/class.uiuser.inc.php
===================================================================
--- trunk/hrm/inc/class.uiuser.inc.php  2014-11-28 15:25:10 UTC (rev 12400)
+++ trunk/hrm/inc/class.uiuser.inc.php  2014-11-28 15:25:33 UTC (rev 12401)
@@ -811,7 +811,7 @@
                        $pdf->ezStartPageNumbers(500,28,10,'right','{PAGENUM} ' 
. lang('of') . ' {TOTALPAGENUM}',1);
 
                        $pdf->ezTable($content_heading,'','',
-                                                       
array('xPos'=>220,'xOrientation'=>'right','width'=>300,0,'shaded'=>0,'fontSize' 
=> 10,'showLines'=> 0,'titleFontSize' => 
12,'outerLineThickness'=>0,'showHeadings'=>0
+                                                       
array('xPos'=>220,'xOrientation'=>'right','width'=>300,0,'shaded'=>0,'fontSize' 
=> 10,'gridlines'=> 0,'titleFontSize' => 
12,'outerLineThickness'=>0,'showHeadings'=>0
                                                        
,'cols'=>array('text'=>array('justification'=>'left','width'=>100),
                                                                        
'value'=>array('justification'=>'left','width'=>200))
                                                        )
@@ -841,7 +841,7 @@
                                        );
                                        $pdf->ezSetDy(-20);
                                        $pdf->ezTable($content,'','',
-                                                       
array('xPos'=>50,'xOrientation'=>'right','width'=>500,0,'shaded'=>0,'fontSize' 
=> 12,'showLines'=> 0,'titleFontSize' => 
12,'outerLineThickness'=>2,'showHeadings'=>0
+                                                       
array('xPos'=>50,'xOrientation'=>'right','width'=>500,0,'shaded'=>0,'fontSize' 
=> 12,'gridlines'=> 0,'titleFontSize' => 
12,'outerLineThickness'=>2,'showHeadings'=>0
                                                        ,'cols'=>$table_header
                                                        )
                                                );
@@ -869,7 +869,7 @@
                                );
 
                                $pdf->ezTable($content,'','',
-                                                       
array('xPos'=>50,'xOrientation'=>'right','width'=>500,0,'shaded'=>0,'fontSize' 
=> 10,'showLines'=> 0,'titleFontSize' => 
12,'outerLineThickness'=>2,'showHeadings'=>0
+                                                       
array('xPos'=>50,'xOrientation'=>'right','width'=>500,0,'shaded'=>0,'fontSize' 
=> 10,'gridlines'=> 0,'titleFontSize' => 
12,'outerLineThickness'=>2,'showHeadings'=>0
                                                        ,'cols'=>$table_header
                                                        )
                                                );




reply via email to

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