Changeset 453
- Timestamp:
- 11/13/08 22:07:23 (2 months ago)
- Files:
-
- pmapper/trunk/incphp/print/pdfprint.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pmapper/trunk/incphp/print/pdfprint.php
r411 r453 295 295 // Putput PDF 296 296 $this->Image($icoUrl, $x, $y, $icoW, $icoH); 297 $this->SetXY($x + $icoW + 5, $y + 6);297 $this->SetXY($x + $icoW + 5, $y); 298 298 $this->SetFont($this->defaultFontType, "B", $this->defaultFontSize); 299 299 … … 305 305 // More than 2 classes for Group -> symbol for *every* class 306 306 } elseif ($numcls > 1) { 307 $this->SetXY($x - 2, $y + 6);307 $this->SetXY($x - 2, $y ); 308 308 //$this->SetFont($this->defaultFontType, "B", $this->defaultFontSized); 309 309 … … 332 332 } else { 333 333 $mcellH = 0; 334 $ydiff = 6;334 $ydiff = 0; 335 335 } 336 336 $this->SetXY($x + $icoW + 5, $y + $ydiff);
