From c2d15f4ade6fefdf0b88d398cf5b24804ee588cb Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Thu, 12 Sep 2013 14:52:20 +0200 Subject: [PATCH] // Changed language display in back office dropdown menu --- .../default/template/controllers/products/informations.tpl | 2 +- .../default/template/controllers/products/input_text_lang.tpl | 2 +- .../default/template/controllers/products/textarea_lang.tpl | 2 +- admin-dev/themes/default/template/helpers/form/form.tpl | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/products/informations.tpl b/admin-dev/themes/default/template/controllers/products/informations.tpl index 6b908eab7..7d5347611 100644 --- a/admin-dev/themes/default/template/controllers/products/informations.tpl +++ b/admin-dev/themes/default/template/controllers/products/informations.tpl @@ -420,7 +420,7 @@ {foreach from=$languages item=language}
  • - {$language.iso_code} + {$language.name}
  • {/foreach} diff --git a/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl b/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl index b9ada580f..3829516fe 100644 --- a/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl +++ b/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl @@ -40,7 +40,7 @@ diff --git a/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl b/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl index b73fa02f4..a645c6783 100644 --- a/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl +++ b/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl @@ -41,7 +41,7 @@ diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 2125f6182..22c5f3de2 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -123,7 +123,7 @@ @@ -308,7 +308,7 @@ {foreach from=$languages item=language}
  • - {$language.iso_code} + {$language.name}
  • {/foreach}