[-] BO : Fix bug in AdminTranslationsController
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11929 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user