From c2d8853f575fb1c82cb73fd29c7461c4f9faefb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Wed, 27 Mar 2013 18:58:21 +0100 Subject: [PATCH] [*] BO: List all modules with an upgrade available on AdminModules header --- .../default/template/controllers/modules/page.tpl | 11 ++++++++++- controllers/admin/AdminModulesController.php | 6 +++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/modules/page.tpl b/admin-dev/themes/default/template/controllers/modules/page.tpl index f1e49c1d9..ea759f137 100644 --- a/admin-dev/themes/default/template/controllers/modules/page.tpl +++ b/admin-dev/themes/default/template/controllers/modules/page.tpl @@ -26,7 +26,16 @@
{include file='controllers/modules/header.tpl'} {include file='controllers/modules/filters.tpl'} - + {if $upgrade_available|@count} +
+ {l s='An upgrade is available for some of your modules!'} + +
+ {/if}