[-] BO : Global install/uninstall button disapeared with ajax - Bug fix #PSFV-332

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12253 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-01-09 09:42:04 +00:00
parent 52dea8f355
commit 4da68cbf7b
2 changed files with 7 additions and 6 deletions
@@ -76,3 +76,10 @@
</tbody>
</table>
{if count($modules)}
<div style="margin-top: 12px;">
<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}
@@ -48,12 +48,6 @@
<div id="moduleContainer">
{include file='modules/list.tpl'}
{if count($modules)}
<div style="margin-top: 12px;">
<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>
</div>