From a02a8e89850273069495ccad33cc7c2d0c7e9ea4 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Tue, 24 May 2011 20:15:21 +1000 Subject: [PATCH] WOOOOT --- vendors/pdfdoc.php | 2 +- views/elements/quote_table.ctp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vendors/pdfdoc.php b/vendors/pdfdoc.php index 55952594..348766a9 100644 --- a/vendors/pdfdoc.php +++ b/vendors/pdfdoc.php @@ -133,7 +133,7 @@ ENDHTML; $this->MultiCell($firstColWidth, 0, "ATTENTION:", 'LRB', 'L', 0, 0); $this->MultiCell($secondColWidth, 0, $attention, 'LRB', 'L', 0, 0); $this->MultiCell($thirdColWidth, 0, "PAGE: ", 'LB', 'L', 0, 0); - $this->MultiCell($fourthColWidth, 0, "$pageNo of {nb}", 'BR', 'L', 0, 1); + $this->MultiCell($fourthColWidth, 0, "$pageNo of {nb} ", 'BR', 'L', 0, 1); $todayPHPdate = strtotime($issuedate); diff --git a/views/elements/quote_table.ctp b/views/elements/quote_table.ctp index 53ad31e9..20bae68f 100755 --- a/views/elements/quote_table.ctp +++ b/views/elements/quote_table.ctp @@ -27,7 +27,8 @@ link(__('View', true), array('controller'=> 'documents', 'action'=>'view', $quote['Quote']['document_id'])); ?> - link(__('Revise', true), array('controller'=>'quotes', 'action'=>'revise', $quote['Quote']['id'])); ?> + link(__('Revise', true), array('controller'=>'quotes', 'action'=>'revise', $quote['Quote']['id'])); + ?>