|
@@ -266,7 +266,7 @@ print_barre_liste(img_picto('', 'unlink', 'class="paddingright fa-color-unset"')
|
|
|
print '<div class="div-table-responsive-no-min">';
|
|
|
print '<table class="noborder centpercent">';
|
|
|
print '<tr class="liste_titre"><td class="minwidth100">'.$langs->trans("Account").'</td>';
|
|
|
-print '<td class="left">'.$langs->trans("Label").'</td>';
|
|
|
+print '<td>'.$langs->trans("Label").'</td>';
|
|
|
for ($i = 1; $i <= 12; $i++) {
|
|
|
$j = $i + ($conf->global->SOCIETE_FISCAL_MONTH_START ? $conf->global->SOCIETE_FISCAL_MONTH_START : 1) - 1;
|
|
|
if ($j > 12) {
|
|
@@ -314,7 +314,7 @@ if ($resql) {
|
|
|
print length_accountg($row[0]);
|
|
|
}
|
|
|
print '</td>';
|
|
|
- print '<td class="left">';
|
|
|
+ print '<td>';
|
|
|
if ($row[0] == 'tobind') {
|
|
|
print $langs->trans("UseMenuToSetBindindManualy", DOL_URL_ROOT.'/accountancy/supplier/list.php?search_year='.$y, $langs->transnoentitiesnoconv("ToBind"));
|
|
|
} else {
|
|
@@ -345,7 +345,7 @@ print_barre_liste(img_picto('', 'link', 'class="paddingright fa-color-unset"').$
|
|
|
print '<div class="div-table-responsive-no-min">';
|
|
|
print '<table class="noborder centpercent">';
|
|
|
print '<tr class="liste_titre"><td class="minwidth100">'.$langs->trans("Account").'</td>';
|
|
|
-print '<td class="left">'.$langs->trans("Label").'</td>';
|
|
|
+print '<td>'.$langs->trans("Label").'</td>';
|
|
|
for ($i = 1; $i <= 12; $i++) {
|
|
|
$j = $i + ($conf->global->SOCIETE_FISCAL_MONTH_START ? $conf->global->SOCIETE_FISCAL_MONTH_START : 1) - 1;
|
|
|
if ($j > 12) {
|
|
@@ -393,7 +393,7 @@ if ($resql) {
|
|
|
print length_accountg($row[0]);
|
|
|
}
|
|
|
print '</td>';
|
|
|
- print '<td class="left">';
|
|
|
+ print '<td>';
|
|
|
if ($row[0] == 'tobind') {
|
|
|
print $langs->trans("UseMenuToSetBindindManualy", DOL_URL_ROOT.'/accountancy/supplier/list.php?search_year='.$y, $langs->transnoentitiesnoconv("ToBind"));
|
|
|
} else {
|
|
@@ -425,7 +425,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) { // This part of code looks strange
|
|
|
|
|
|
print '<div class="div-table-responsive-no-min">';
|
|
|
print '<table class="noborder centpercent">';
|
|
|
- print '<tr class="liste_titre"><td class="left">'.$langs->trans("Total").'</td>';
|
|
|
+ print '<tr class="liste_titre"><td>'.$langs->trans("Total").'</td>';
|
|
|
for ($i = 1; $i <= 12; $i++) {
|
|
|
$j = $i + ($conf->global->SOCIETE_FISCAL_MONTH_START ? $conf->global->SOCIETE_FISCAL_MONTH_START : 1) - 1;
|
|
|
if ($j > 12) {
|