Better gantt
This commit is contained in:
parent
de37c0bff0
commit
d3ba87b09a
@ -61,6 +61,8 @@ class box_funnel_of_prospection extends ModeleBoxes
|
|||||||
|
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|
||||||
|
$this->enabled = ($conf->global->MAIN_FEATURES_LEVEL >= 1); // Not enabled by default, still need some work
|
||||||
|
|
||||||
$this->hidden = !($user->rights->projet->lire);
|
$this->hidden = !($user->rights->projet->lire);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -5105,6 +5105,9 @@ td.gminorheading {
|
|||||||
max-width: 40px !important;
|
max-width: 40px !important;
|
||||||
width: 40px !important;
|
width: 40px !important;
|
||||||
}
|
}
|
||||||
|
td.gtaskheading.gstartdate, td.gtaskheading.genddate {
|
||||||
|
white-space: break-spaces;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@ -4997,7 +4997,9 @@ td.gminorheading {
|
|||||||
max-width: 40px !important;
|
max-width: 40px !important;
|
||||||
width: 40px !important;
|
width: 40px !important;
|
||||||
}
|
}
|
||||||
|
td.gtaskheading.gstartdate, td.gtaskheading.genddate {
|
||||||
|
white-space: break-spaces;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user