Look and feel v19

This commit is contained in:
Laurent Destailleur
2023-10-20 12:44:08 +02:00
parent 3a5f36cc4a
commit 455fb4417a
14 changed files with 67 additions and 31 deletions

View File

@@ -1253,6 +1253,10 @@ class Project extends CommonObject
// phpcs:enable
global $langs;
if (is_null($status)) {
return '';
}
$statustrans = array(
0 => 'status0',
1 => 'status4',