From eb5ec3d53fbfb598d51e0c77b9ae9eee2b9ec7cf Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Fri, 16 Jun 2023 14:44:59 +0800 Subject: [PATCH] * Adjust story to task modal style. --- module/execution/ui/story.html.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/module/execution/ui/story.html.php b/module/execution/ui/story.html.php index 2fc67b3f03..f26f1ddc54 100644 --- a/module/execution/ui/story.html.php +++ b/module/execution/ui/story.html.php @@ -207,7 +207,16 @@ sidebar modal ( setID('taskModal'), - set::modalProps(array('title' => $lang->story->batchToTask)), + set::modalProps(array('title' => $lang->story->batchToTask, 'titleClass' => 'flex-initial')), + to::header + ( + div + ( + setClass('flex-auto'), + icon('info-sign', setClass('warning-pale rounded-full mr-1')), + $lang->story->batchToTaskTips + ) + ), form ( setClass('text-center', 'py-4'), @@ -261,11 +270,6 @@ modal set::type('hidden'), set::name('storyIdList') ) - ), - div - ( - setClass('alert secondary-pale'), - $lang->story->batchToTaskTips ) ) );