[-] BO : Global install/uninstall button disapeared with ajax - Bug fix #PSFV-332
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user