From 7d804f136cb688bf0dc7ffe9defb8f42e85afee0 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Tue, 25 Oct 2005 15:28:46 +0000 Subject: [PATCH] closes FS#352 git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@137 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 9 +++++++-- include/contacts.pdf.inc.php | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7fe89d..6fbff4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ New : * Documentation : - Documentation now use Wiki -Car + * Paiement : + - Fixed little text mistake in Payments menu. -CAT + - Direct link from and to events. -Car + * Profile : - User can now accept synchronisation from AX by admin. -Car - Address will try to display as the country standard. -Car @@ -22,6 +26,9 @@ Bug/Wish : * Admin : - #337: Add link to trackers and support websites for admins. -CAT + * Contacts : + - #352: Enhance PDFs : add the generation date. -MC + * Core : - #310: Display the max number of photo in trombipromo. -Car @@ -31,8 +38,6 @@ Bug/Wish : * Paiments : - #336 : Micro -> Tele(payments). -MC - #356 : Payments use usage name instead of last name. -Car - - Fixed little text mistake in Payments menu. -CAT - - Direct link from and to events. -Car * Profile : - #330,333: Interface improvements. -Car diff --git a/include/contacts.pdf.inc.php b/include/contacts.pdf.inc.php index e47628e..15c6599 100644 --- a/include/contacts.pdf.inc.php +++ b/include/contacts.pdf.inc.php @@ -109,6 +109,7 @@ class ContactsPDF extends FPDF $this->SetFont('Vera Sans','I',8); $this->SetTextColor(128); $this->Cell(0, 10, 'Page '.$this->PageNo(), 0, 0, 'C'); + $this->Cell(0, 10, '(en date du '.strftime('%d %B %Y').')', 0, 0, 'R'); } function ColSetup($col) -- 2.1.4