Laurent Destailleur 2 年之前
父节点
当前提交
e1e1976a6d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      htdocs/societe/list.php

+ 2 - 2
htdocs/societe/list.php

@@ -1826,7 +1826,7 @@ while ($i < $imaxinloop) {
 
 		if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) {
 			// Prospect level
-			print '<td class="center">';
+			print '<td class="center nowraponall">';
 			print $companystatic->getLibProspLevel();
 			print "</td>";
 			if (!$i) {
@@ -1836,7 +1836,7 @@ while ($i < $imaxinloop) {
 
 		if (!empty($arrayfields['s.fk_stcomm']['checked'])) {
 			// Prospect status
-			print '<td class="center nowrap">';
+			print '<td class="center nowraponall">';
 
 			$prospectid = $obj->rowid;
 			$statusprospect = $obj->stcomm_id;