2
0
forked from Wavyzz/dolibarr

replace deprecated

This commit is contained in:
Frédéric FRANCE
2020-10-22 22:50:03 +02:00
parent a5e2ab2822
commit 9a470fa42d
520 changed files with 686 additions and 686 deletions

View File

@@ -496,7 +496,7 @@ if ($mode == 'common' || $mode == 'commonkanban')
$newmode = $mode;
if ($newmode == 'common') $newmode = 'commonkanban';
dol_fiche_head($head, $newmode, '', -1);
print dol_get_fiche_head($head, $newmode, '', -1);
$moreforfilter = '<div class="valignmiddle">';
@@ -895,7 +895,7 @@ if ($mode == 'common' || $mode == 'commonkanban')
if ($mode == 'marketplace')
{
dol_fiche_head($head, $mode, '', -1);
print dol_get_fiche_head($head, $mode, '', -1);
// Marketplace
print '<div class="div-table-responsive-no-min">';
@@ -980,7 +980,7 @@ if ($mode == 'marketplace')
if ($mode == 'deploy')
{
dol_fiche_head($head, $mode, '', -1);
print dol_get_fiche_head($head, $mode, '', -1);
$dolibarrdataroot = preg_replace('/([\\/]+)$/i', '', DOL_DATA_ROOT);
$allowonlineinstall = true;
@@ -1141,7 +1141,7 @@ if ($mode == 'deploy')
if ($mode == 'develop')
{
dol_fiche_head($head, $mode, '', -1);
print dol_get_fiche_head($head, $mode, '', -1);
// Marketplace
print "<table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";