* Modify the form header style.

This commit is contained in:
tianshujie
2023-05-24 16:42:29 +08:00
parent cc6ffd331e
commit fe24a9660d
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ class taskZen extends task
list($customFields, $checkedFields) = $this->getCustomFields($execution, 'batchCreate');
$this->view->title = $execution->name . $this->lang->colon . $this->lang->task->batchCreate;
$this->view->title = $this->lang->task->batchCreate;
$this->view->execution = $execution;
$this->view->modules = $modules;
$this->view->parent = $taskID;