[-] BO : Bulk action management repaired

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11386 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-12-19 17:31:33 +00:00
parent 016e7b268f
commit bb28baec68
4 changed files with 66 additions and 37 deletions
@@ -48,6 +48,12 @@
<div id="moduleContainer">
{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')" />
</div>
{/if}
</div>
</div>