From b7d3f0e54c17a007d9eedc1dfdf6760f2389c751 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 27 May 2014 22:15:19 +0000 Subject: [PATCH] Translation: another global view helper refs #6338 --- application/views/scripts/pivottablePagination.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/scripts/pivottablePagination.phtml b/application/views/scripts/pivottablePagination.phtml index 3cc1e4455..52bcb0351 100644 --- a/application/views/scripts/pivottablePagination.phtml +++ b/application/views/scripts/pivottablePagination.phtml @@ -6,14 +6,14 @@ if ($xAxisPaginator->count() <= 1 && $yAxisPaginator->count() <= 1) { return; // Display this pagination only if there are multiple pages } -$fromTo = $this->translate('%s: %d to %d of %d'); +$fromTo = t('%s: %d to %d of %d'); $xAxisPages = $xAxisPaginator->getPages('all'); $yAxisPages = $yAxisPaginator->getPages('all'); ?>
- translate('Navigation'); ?> + pagesInRange as $yAxisPage): ?> @@ -25,13 +25,13 @@ $yAxisPages = $yAxisPaginator->getPages('all'); array('page' => $xAxisPage . ',' . $yAxisPage) )->getAbsoluteUrl(); ?>" title="translate('Hosts'), + t('Hosts'), ($yAxisPage - 1) * $yAxisPages->itemCountPerPage + 1, $yAxisPage === $yAxisPages->last ? $yAxisPages->totalItemCount : $yAxisPage * $yAxisPages->itemCountPerPage, $yAxisPages->totalItemCount ) . '; ' . sprintf( $fromTo, - $this->translate('Services'), + t('Services'), ($xAxisPage - 1) * $xAxisPages->itemCountPerPage + 1, $xAxisPage === $xAxisPages->last ? $xAxisPages->totalItemCount : $xAxisPage * $xAxisPages->itemCountPerPage, $xAxisPages->totalItemCount