From 9adc654a7fb26654ff71ceff61c2afea5fab358f Mon Sep 17 00:00:00 2001 From: fSerny Date: Mon, 9 Jan 2012 09:42:04 +0000 Subject: [PATCH] [-] BO : Global install/uninstall button disapeared with ajax - Bug fix #PSFV-332 --- admin-dev/themes/default/template/modules/list.tpl | 7 +++++++ admin-dev/themes/default/template/modules/page.tpl | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/admin-dev/themes/default/template/modules/list.tpl b/admin-dev/themes/default/template/modules/list.tpl index 62c324e92..6ea80d056 100644 --- a/admin-dev/themes/default/template/modules/list.tpl +++ b/admin-dev/themes/default/template/modules/list.tpl @@ -76,3 +76,10 @@ + {if count($modules)} +
+ + +
+ {/if} + diff --git a/admin-dev/themes/default/template/modules/page.tpl b/admin-dev/themes/default/template/modules/page.tpl index c8cc55dcf..a772f7253 100644 --- a/admin-dev/themes/default/template/modules/page.tpl +++ b/admin-dev/themes/default/template/modules/page.tpl @@ -48,12 +48,6 @@
{include file='modules/list.tpl'} - {if count($modules)} -
- - -
- {/if}