瀏覽代碼

Update index.php

Philippe Grand 6 年之前
父節點
當前提交
3cc68aca21
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      htdocs/accountancy/expensereport/index.php

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

@@ -195,7 +195,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/expensereport/list.php?search_year='.$y, $langs->transnoentitiesnoconv("ToBind"));
@@ -268,7 +268,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/expensereport/list.php?search_year='.$y, $langs->transnoentitiesnoconv("ToBind"));