|
@@ -153,7 +153,7 @@ $y = $year_current;
|
|
|
$buttonbind = '<a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?year=' . $year_current . '&action=validatehistory">' . $langs->trans("ValidateHistory") . '</a>';
|
|
|
|
|
|
print_barre_liste($langs->trans("OverviewOfAmountOfLinesNotBound"), '', '', '', '', '', '', -1, '', '', 0, $buttonbind, '', 0, 1, 1);
|
|
|
-//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
|
|
|
+//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
|
|
|
|
|
|
print '<div class="div-table-responsive-no-min">';
|
|
|
print '<table class="noborder" width="100%">';
|
|
@@ -229,7 +229,7 @@ print '<br>';
|
|
|
|
|
|
|
|
|
print_barre_liste($langs->trans("OverviewOfAmountOfLinesBound"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
|
|
|
-//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
|
|
|
+//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
|
|
|
|
|
|
print '<div class="div-table-responsive-no-min">';
|
|
|
print '<table class="noborder" width="100%">';
|
|
@@ -309,7 +309,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
|
|
|
print '<br>';
|
|
|
|
|
|
print_barre_liste($langs->trans("OtherInfo"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
|
|
|
- //print_fiche_titre($langs->trans("OtherInfo"), '', '');
|
|
|
+ //print load_fiche_titre($langs->trans("OtherInfo"), '', '');
|
|
|
|
|
|
print '<div class="div-table-responsive-no-min">';
|
|
|
print '<table class="noborder" width="100%">';
|