From 9c40dbb222b41e4365d55d83d2bd6897dc25019c Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Tue, 1 Oct 2013 17:00:56 +0200 Subject: [PATCH] // Fix group view for bootstrap - removing limit restriction 'cause is now fixed --- .../template/controllers/groups/helpers/view/view.tpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl index 76bb356b2..e840e8e46 100755 --- a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl @@ -76,10 +76,6 @@
-
-

{l s='Members of this customer group'}

-

{l s='Limited to the 100th first customers.'} {l s='Please use filters to narrow your search.'}

- {$customerList} -
+ {$customerList}
{/block} \ No newline at end of file