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

This commit is contained in:
fSerny
2012-01-09 09:42:04 +00:00
parent 105bd8cda4
commit 9adc654a7f
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>