[-] BO : fix #PSFV-870 : translations modules

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14677 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-17 09:51:55 +00:00
parent caf154c77d
commit 7e3e03b869
2 changed files with 5 additions and 4 deletions
@@ -57,11 +57,11 @@
<h3 style="padding:0;margin:0;">{l s='List of Themes - Click to access theme translation:'}</h3>
<ul style="list-style-type:none;padding:0;margin:0 0 10px 0;">
{foreach array_keys($modules_translations) as $theme}
<li><a href="#{$theme}" class="link">- {if $theme === 'default'}{l s='default'}{else}$theme{/if}</a></li>
<li><a href="#{$theme}" class="link">- {if $theme === 'default'}{l s='default'}{else}{$theme}{/if}</a></li>
{/foreach}
</ul>
{/if}
{foreach $modules_translations as $theme_name => $theme}
<h2>&gt;{l s='Theme:'} <a name="{$theme_name}">{if $theme_name === $default_theme_name}{l s='default'}{else}{$theme_name}{/if} </h2>
{foreach $theme as $module_name => $module}