// Remove code unused
This commit is contained in:
-9
@@ -58,15 +58,6 @@
|
||||
<input type="hidden" name="theme" value="{$theme}" />
|
||||
<input type="submit" id="{$table}_form_submit_btn" name="submitTranslations{$type|ucfirst}" value="{l s='Update translations'}" class="button" />
|
||||
<br />
|
||||
|
||||
{if count($modules_translations) > 1}
|
||||
<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>
|
||||
{/foreach}
|
||||
</ul>
|
||||
{/if}
|
||||
|
||||
{foreach $modules_translations as $theme_name => $theme}
|
||||
<h2>>{l s='Theme:'} <a name="{$theme_name}">{if $theme_name === $default_theme_name}{l s='default'}{else}{$theme_name}{/if} </h2>
|
||||
|
||||
Reference in New Issue
Block a user