From 000ff0b462e1499179d5dda2b7e201e5db339e8f Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 7 Aug 2013 17:15:13 +0200 Subject: [PATCH] [-] BO : FixBug Missing check value in options list --- .../themes/default/template/helpers/list/list_content.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/list/list_content.tpl b/admin-dev/themes/default/template/helpers/list/list_content.tpl index 2ae134ec7..a22b30ac5 100644 --- a/admin-dev/themes/default/template/helpers/list/list_content.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_content.tpl @@ -139,7 +139,9 @@
{assign var='action' value=$actions[0]} - {$tr.$action} + {if isset($tr.$action)} + {$tr.$action} + {/if} {if count($actions) > 1}