* Compatible with Gantt chart page.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user