From 5fe22693dd461a3f9c772c975d3abd75efc0267e Mon Sep 17 00:00:00 2001 From: aFolletete Date: Mon, 10 Oct 2011 16:04:36 +0000 Subject: [PATCH] // fix issue with prefix and suffix in column git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9197 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/list_content.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/template/list_content.tpl b/admin-dev/themes/template/list_content.tpl index d64cf84bd..2b1e34807 100644 --- a/admin-dev/themes/template/list_content.tpl +++ b/admin-dev/themes/template/list_content.tpl @@ -45,7 +45,7 @@ {if isset($params.align)} {$params.align}{/if}" {if (!isset($params.position) && !$no_link)} - onclick="document.location = '{$current_index}&{$identifier}={$tr.$identifier}{if $view}&view{else}&update{/if}{$table}&token={$token}'">{if isset($params.prefix)}$params.prefix{/if} + onclick="document.location = '{$current_index}&{$identifier}={$tr.$identifier}{if $view}&view{else}&update{/if}{$table}&token={$token}'">{if isset($params.prefix)}{$params.prefix}{/if} {else} > {/if} @@ -83,7 +83,7 @@ {else} -- {/if} - {if isset($params.suffix)}$params.suffix{/if} + {if isset($params.suffix)}{$params.suffix}{/if} {/foreach}