From 6df68c51730e6fd9b06f9112548b61530b40fd75 Mon Sep 17 00:00:00 2001 From: Mohammad ZeinEddin Date: Wed, 6 Nov 2013 14:27:46 +0200 Subject: [PATCH] support for bootstrap 3 by adding the bootstrap 3 classes in addition to the bootstrap 2 classes so that both will be supported --- .../renderer/bootstrapTable/layout.phtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/view/zfc-datagrid/renderer/bootstrapTable/layout.phtml b/view/zfc-datagrid/renderer/bootstrapTable/layout.phtml index 8e77b075..c3ba0556 100644 --- a/view/zfc-datagrid/renderer/bootstrapTable/layout.phtml +++ b/view/zfc-datagrid/renderer/bootstrapTable/layout.phtml @@ -87,9 +87,9 @@ if($this->rowClickAction !== null){ isSortActive() === true){ if($column->getSortActiveDirection() === 'ASC'):?> - + - + @@ -141,16 +141,16 @@ $paginatorOnclick = 'document.forms[\'form_'.$this->gridId.'\'].elements[\'' . $ $paginatorOnclick.= 'document.forms[\'form_'.$this->gridId.'\'].submit(); return false;'; ?> -
-
+
+
translate('Page').' '.$this->paginator->getCurrentPageNumber().' '.$this->translate('of').' '.$this->paginator->count(); ?>
-