From d59ea3e6ddab8ca4868eb1ceea47ff01d4a32794 Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Thu, 17 Jan 2013 23:29:11 +0100 Subject: [PATCH] [*] BO: use lang for input file --- .../themes/default/template/helpers/form/form.tpl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 02538c893..77d417ac6 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -244,7 +244,19 @@
{/if} {/if} - + + {if isset($input.lang) AND $input.lang} +
+ {foreach $languages as $language} +
+ + +
+ {/foreach} +
+ {else} + + {/if} {if !empty($input.hint)}{$input.hint} {/if} {elseif $input.type == 'password'}