diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 2fc8c7ba6ee..9f3cb0b95ad 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1066,12 +1066,6 @@ function top_httphead($contenttype='text/html') // default-src https://cdn.example.net; object-src 'none' header("Content-Security-Policy: ".$conf->global->MAIN_HTTP_CONTENT_SECURITY_POLICY); } - - - // On the fly GZIP compression for all pages (if browser support it). Must set the bit 3 of constant to 1. - /*if (isset($conf->global->MAIN_OPTIMIZE_SPEED) && ($conf->global->MAIN_OPTIMIZE_SPEED & 0x04)) { - ob_start("ob_gzhandler"); - }*/ } /** diff --git a/htdocs/projet/class/api_projects.class.php b/htdocs/projet/class/api_projects.class.php index a8928a044a8..bf98938074d 100644 --- a/htdocs/projet/class/api_projects.class.php +++ b/htdocs/projet/class/api_projects.class.php @@ -205,7 +205,8 @@ class Projects extends DolibarrApi } /** - * Get tasks of a project + * Get tasks of a project. + * See also API /tasks * * @param int $id Id of project * @param int $includetimespent 0=Return only list of tasks. 1=Include a summary of time spent, 2=Include details of time spent lines (2 is no implemented yet) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f6809425f3e..9ff16964550 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2985,6 +2985,9 @@ ul.noborder li:nth-child(even):not(.liste_titre) { float: left; padding-left: 5px; } + .boxstats130 { + width: 148px; + } .boxstats { width: 100px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 1549b6c72f2..1c46a4e0a86 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3057,6 +3057,9 @@ div .tdtop { float: left; padding-left: 5px; } + .boxstats130 { + width: 148px; + } .boxstats { width: 100px; }