* Compatible with Gantt chart page.

This commit is contained in:
tianshujie
2024-03-20 15:33:08 +08:00
parent 0ffe9d1568
commit a2da72a00b
9 changed files with 105 additions and 21 deletions
+2 -3
View File
@@ -96,9 +96,8 @@ $lang->programplan->confirmDelete = 'Do you want to delete the current plan?
$lang->programplan->confirmChangeAttr = 'The type of the sub-stage will be adjusted to "%s" synchronously according to the type of the parent stage after modification. Do you want to save?';
$lang->programplan->workloadTips = 'The workload of the sub stage is divided by 100%.';
$lang->programplan->stageCustom = new stdClass();
$lang->programplan->stageCustom->date = 'Show Date';
$lang->programplan->stageCustom->task = 'Show Task';
$lang->programplan->stageCustom['date'] = 'Show Date';
$lang->programplan->stageCustom['task'] = 'Show Task';
$lang->programplan->ganttCustom['PM'] = 'Manager';
$lang->programplan->ganttCustom['deadline'] = 'Deadline';