Philippe Grand 6 роки тому
батько
коміт
13ea2d93dd
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      htdocs/accountancy/customer/index.php

+ 2 - 2
htdocs/accountancy/customer/index.php

@@ -203,7 +203,7 @@ if ($resql) {
 		}
 		else print length_accountg($row[0]);
 		print '</td>';
-		print '<td style="text-align:left;">';
+		print '<td class="left">';
 		if ($row[0] == 'tobind')
 		{
 			print $langs->trans("UseMenuToSetBindindManualy", DOL_URL_ROOT.'/accountancy/customer/list.php?search_year='.$y, $langs->transnoentitiesnoconv("ToBind"));
@@ -280,7 +280,7 @@ if ($resql) {
 		else print length_accountg($row[0]);
 		print '</td>';
 
-		print '<td style="text-align:left;">';
+		print '<td class="left">';
 		if ($row[0] == 'tobind')
 		{
 			print $langs->trans("UseMenuToSetBindindManualy", DOL_URL_ROOT.'/accountancy/customer/list.php?search_year='.$y, $langs->transnoentitiesnoconv("ToBind"));