From 1e74ac24abf5b939a451818a97cf5986776d8596 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Feb 2013 17:34:19 +0100 Subject: [PATCH] Move message at bottom. --- htdocs/admin/modules.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 31fc3a23788..889324807a0 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -265,8 +265,6 @@ $head[$h][2] = 'marketplace'; $h++; -// Show warning about external users -print showModulesExludedForExternal($modules).'
'."\n"; print "
\n"; @@ -500,6 +498,10 @@ else dol_fiche_end(); +// Show warning about external users +print showModulesExludedForExternal($modules).'
'."\n"; + + llxFooter(); $db->close();