[-] BO : Fix bug in AdminTranslationsController

This commit is contained in:
lLefevre
2011-12-30 10:54:40 +00:00
parent 31cd0e5e6e
commit 999fc6c1ff
4 changed files with 631 additions and 586 deletions
@@ -50,8 +50,8 @@
{include file='modules/list.tpl'}
{if count($modules)}
<div style="margin-top: 12px;">
<input type="button" class="button big" value="Install the selection" onclick="modules_management('install')"/>
<input type="button" class="button big" value="Uninstall the selection" onclick="modules_management('uninstall')" />
<input type="button" class="button big" value="{l s='Install the selection'}" onclick="modules_management('install')"/>
<input type="button" class="button big" value="{l s='Uninstall the selection'}" onclick="modules_management('uninstall')" />
</div>
{/if}
</div>