From 4da68cbf7bf19425821950dc9f1639302371e8cf 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12253 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}