From b079a8749a99dc051f1aa336c21a23105d133e72 Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Wed, 5 Oct 2011 16:25:12 -0400 Subject: [PATCH] BUG 0000 solucionado problema de espacio en paginador de triggers list --- workflow/engine/classes/class.propelTable.php | 16 ++++++++-------- workflow/engine/templates/paged-table.html | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/workflow/engine/classes/class.propelTable.php b/workflow/engine/classes/class.propelTable.php index 64b620a42..e66ed9873 100755 --- a/workflow/engine/classes/class.propelTable.php +++ b/workflow/engine/classes/class.propelTable.php @@ -670,12 +670,12 @@ class propelTable $prevpage = $this->currentPage - 1; $prevUrl = $this->ownerPage . '?order=' . $this->orderBy . '&page=' . $prevpage; $prevAjax = $this->id . ".doGoToPage(".$prevpage.");return false;"; - $first = " "; - $prev = " "; + $first = "     "; + $prev = "     "; } else{ - $first = " "; - $prev = " "; + $first = "     "; + $prev = "     "; } if( $this->currentPage < $this->totPages ) { $lastUrl = $this->ownerPage . '?order=' . $this->orderBy . '&page=' . $this->totPages; @@ -683,12 +683,12 @@ class propelTable $nextpage = $this->currentPage + 1; $nextUrl = $this->ownerPage . '?order=' . $this->orderBy . '&page=' . $nextpage; $nextAjax = $this->id . ".doGoToPage(" .$nextpage.");return false;"; - $next = " "; - $last = " "; + $next = "     "; + $last = "     "; } else{ - $next = " "; - $last = " "; + $next = "     "; + $last = "     "; } $pagesEnum=''; for ($r=1;$r<=$this->totPages;$r++) diff --git a/workflow/engine/templates/paged-table.html b/workflow/engine/templates/paged-table.html index cebb842bc..1c51baa97 100755 --- a/workflow/engine/templates/paged-table.html +++ b/workflow/engine/templates/paged-table.html @@ -68,7 +68,7 @@ --> - {first}{prev}{next}{last} + {first} {prev} {next} {last} {labels:ID_PAGE} {currentPage}/{totalPages}