This commit is contained in:
Laurent Destailleur
2017-05-30 01:32:36 +02:00
parent df729d8889
commit fa6bc03765
3 changed files with 13 additions and 10 deletions

View File

@@ -430,7 +430,6 @@ print "<br>\n";
if ($mode == 'common')
{
print '<form method="GET" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">';
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
@@ -763,13 +762,20 @@ if ($mode == 'common')
}
print "</tr>\n";
}
print "</table>\n";
print '</div>';
if ($oldfamily)
{
print "</table>\n";
print '</div>';
}
dol_fiche_end();
// Show warning about external users
print info_admin(showModulesExludedForExternal($modules))."\n";
print '</form>';
}
if ($mode == 'marketplace')
@@ -909,9 +915,6 @@ if ($mode == 'deploy')
}
// Show warning about external users
if ($mode == 'common') print info_admin(showModulesExludedForExternal($modules))."\n";
llxFooter();