remove deprecated
This commit is contained in:
parent
5719a38ea7
commit
0e0db9d1ee
@ -55,7 +55,7 @@ if ($conf->accounting->enabled)
|
|||||||
print $langs->trans("AccountancyAreaDescIntro")."<br>\n";
|
print $langs->trans("AccountancyAreaDescIntro")."<br>\n";
|
||||||
print "<br>\n";print "<br>\n";
|
print "<br>\n";print "<br>\n";
|
||||||
|
|
||||||
print_fiche_titre('<span class="fa fa-calendar-check-o"></span> '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."<br>\n";
|
print load_fiche_titre('<span class="fa fa-calendar-check-o"></span> '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."<br>\n";
|
||||||
print '<hr>';
|
print '<hr>';
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ if ($conf->accounting->enabled)
|
|||||||
|
|
||||||
|
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
print_fiche_titre('<span class="fa fa-calendar"></span> '.$langs->trans("AccountancyAreaDescActionFreq"), '', '');
|
print load_fiche_titre('<span class="fa fa-calendar"></span> '.$langs->trans("AccountancyAreaDescActionFreq"), '', '');
|
||||||
print '<hr>';
|
print '<hr>';
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
$step = 0;
|
$step = 0;
|
||||||
|
|||||||
@ -598,12 +598,13 @@ if ($mode == 'common')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Print a separator if we change family
|
// Print a separator if we change family
|
||||||
if ($familykey!=$oldfamily)
|
if ($familykey != $oldfamily) {
|
||||||
{
|
if ($oldfamily) {
|
||||||
if ($oldfamily) print '</table></div><br>';
|
print '</table></div><br>';
|
||||||
|
}
|
||||||
|
|
||||||
$familytext = empty($familyinfo[$familykey]['label'])?$familykey:$familyinfo[$familykey]['label'];
|
$familytext = empty($familyinfo[$familykey]['label'])?$familykey:$familyinfo[$familykey]['label'];
|
||||||
print_fiche_titre($familytext, '', '');
|
print load_fiche_titre($familytext, '', '');
|
||||||
|
|
||||||
print '<div class="div-table-responsive">';
|
print '<div class="div-table-responsive">';
|
||||||
print '<table class="tagtable liste" summary="list_of_modules">'."\n";
|
print '<table class="tagtable liste" summary="list_of_modules">'."\n";
|
||||||
|
|||||||
@ -171,7 +171,7 @@ llxHeader('', $langs->trans($page_name));
|
|||||||
|
|
||||||
// Subheader
|
// Subheader
|
||||||
$linkback = '<a href="' . DOL_URL_ROOT . '/admin/modules.php?restore_lastsearch_values=1">' . $langs->trans("BackToModuleList") . '</a>';
|
$linkback = '<a href="' . DOL_URL_ROOT . '/admin/modules.php?restore_lastsearch_values=1">' . $langs->trans("BackToModuleList") . '</a>';
|
||||||
print_fiche_titre($langs->trans($page_name), $linkback);
|
print load_fiche_titre($langs->trans($page_name), $linkback);
|
||||||
|
|
||||||
// Configuration header
|
// Configuration header
|
||||||
$head = multicurrencyAdminPrepareHead();
|
$head = multicurrencyAdminPrepareHead();
|
||||||
|
|||||||
@ -422,7 +422,7 @@ if (! $error && $xml)
|
|||||||
$outcurrentchecksum = '<span class="'.$resultcode.'">'.$checksumget.'</span>';
|
$outcurrentchecksum = '<span class="'.$resultcode.'">'.$checksumget.'</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("GlobalChecksum")).'<br>';
|
print load_fiche_titre($langs->trans("GlobalChecksum")).'<br>';
|
||||||
print $langs->trans("ExpectedChecksum").' = '. $outexpectedchecksum .'<br>';
|
print $langs->trans("ExpectedChecksum").' = '. $outexpectedchecksum .'<br>';
|
||||||
print $langs->trans("CurrentChecksum").' = '. $outcurrentchecksum;
|
print $langs->trans("CurrentChecksum").' = '. $outcurrentchecksum;
|
||||||
|
|
||||||
@ -438,4 +438,3 @@ llxFooter();
|
|||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
exit($error);
|
exit($error);
|
||||||
|
|
||||||
|
|||||||
@ -137,7 +137,7 @@ $var = false;
|
|||||||
|
|
||||||
llxHeader('', $title);
|
llxHeader('', $title);
|
||||||
|
|
||||||
//print_fiche_titre($title);
|
//print load_fiche_titre($title);
|
||||||
|
|
||||||
$h=0;
|
$h=0;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/variants/card.php?id='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/variants/card.php?id='.$object->id;
|
||||||
@ -243,7 +243,7 @@ if ($action == 'edit') { ?>
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("PossibleValues"));
|
print load_fiche_titre($langs->trans("PossibleValues"));
|
||||||
|
|
||||||
if ($action == 'edit_value') {
|
if ($action == 'edit_value') {
|
||||||
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
||||||
|
|||||||
@ -2188,7 +2188,7 @@ if ($action == 'createsite')
|
|||||||
|
|
||||||
dol_fiche_head($head, 'card', $langs->trans("AddSite"), -1, 'globe');
|
dol_fiche_head($head, 'card', $langs->trans("AddSite"), -1, 'globe');
|
||||||
*/
|
*/
|
||||||
if ($action == 'createcontainer') print_fiche_titre($langs->trans("AddSite"));
|
if ($action == 'createcontainer') print load_fiche_titre($langs->trans("AddSite"));
|
||||||
|
|
||||||
print '<!-- Add site -->'."\n";
|
print '<!-- Add site -->'."\n";
|
||||||
//print '<div class="fichecenter">';
|
//print '<div class="fichecenter">';
|
||||||
@ -2250,7 +2250,7 @@ if ($action == 'importsite')
|
|||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("ImportSite"));
|
print load_fiche_titre($langs->trans("ImportSite"));
|
||||||
|
|
||||||
dol_fiche_head(array(), '0', '', -1);
|
dol_fiche_head(array(), '0', '', -1);
|
||||||
|
|
||||||
@ -2282,7 +2282,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
|
|||||||
|
|
||||||
dol_fiche_head($head, 'card', $langs->trans("AddPage"), -1, 'globe');
|
dol_fiche_head($head, 'card', $langs->trans("AddPage"), -1, 'globe');
|
||||||
*/
|
*/
|
||||||
if ($action == 'createcontainer') print_fiche_titre($langs->trans("AddPage"));
|
if ($action == 'createcontainer') print load_fiche_titre($langs->trans("AddPage"));
|
||||||
|
|
||||||
print '<!-- Edit or create page/container -->'."\n";
|
print '<!-- Edit or create page/container -->'."\n";
|
||||||
//print '<div class="fichecenter">';
|
//print '<div class="fichecenter">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user