// Fix translation pack fetching in AdminLanguages form

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13938 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-07 16:35:29 +00:00
parent 93a7ded19e
commit c899a277cc
4 changed files with 16 additions and 8 deletions
@@ -25,10 +25,14 @@
*}
{extends file="helpers/form/form.tpl"}
{block name="start_field_block"}
<div class="margin-form">
{block name="input_block"}
{if $input.type == 'special'}
<p id="{$input.name}"><img src="../img/admin/{$input.img}" alt="" /> {$input.text}</p>
<div id="#resultCheckLangPack">
<p id="lang_pack_loading" style="display:none"><img src="../img/admin/{$input.img}" alt="" /> {$input.text}</p>
<p id="lang_pack_msg" style="display:none"></p>
</div>
{else}
{$smarty.block.parent}
{/if}
{/block}