Move message at bottom.

This commit is contained in:
Laurent Destailleur 2013-02-01 17:34:19 +01:00
parent 50fcf9b194
commit 1e74ac24ab

View File

@ -265,8 +265,6 @@ $head[$h][2] = 'marketplace';
$h++;
// Show warning about external users
print showModulesExludedForExternal($modules).'<br>'."\n";
print "<br>\n";
@ -500,6 +498,10 @@ else
dol_fiche_end();
// Show warning about external users
print showModulesExludedForExternal($modules).'<br>'."\n";
llxFooter();
$db->close();