From a2f9f079f270f8a9347dddc79a9cffdad0f65d06 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 18 Mar 2024 16:57:37 +0800 Subject: [PATCH] * Change the files title. --- module/task/ui/view.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/task/ui/view.html.php b/module/task/ui/view.html.php index e8ecdbfc7a..9f46485eba 100644 --- a/module/task/ui/view.html.php +++ b/module/task/ui/view.html.php @@ -125,10 +125,10 @@ if($task->files) { $sections[] = array ( - 'title' => $lang->files, - 'control' => 'fileList', - 'files' => $task->files, - 'object' => $task + 'control' => 'fileList', + 'files' => $task->files, + 'object' => $task, + 'padding' => false ); }