瀏覽代碼

Fix colspan

Laurent Destailleur 2 年之前
父節點
當前提交
39b89143cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/holiday/month_report.php

+ 1 - 1
htdocs/holiday/month_report.php

@@ -335,7 +335,7 @@ print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], '', '', '',
 print '</tr>';
 
 if ($num == 0) {
-	print '<tr><td colspan="10" class="opacitymedium">'.$langs->trans('None').'</td></tr>';
+	print '<tr><td colspan="11" class="opacitymedium">'.$langs->trans('None').'</td></tr>';
 } else {
 	while ($obj = $db->fetch_object($resql)) {
 		$user = new User($db);