From 08f008f596a6fffd17036d3f60fa835084d00b1f Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 21 Nov 2024 17:02:14 +0800 Subject: [PATCH] + [task#132763,doing,0.2h] add ui of project::tips. --- module/project/ui/tips.html.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/module/project/ui/tips.html.php b/module/project/ui/tips.html.php index 09e7dd476b..1e7e575b34 100644 --- a/module/project/ui/tips.html.php +++ b/module/project/ui/tips.html.php @@ -36,4 +36,19 @@ panel ( setID('tipsModal'), set::title($lang->project->tips), + set::headingActions(array + ( + array('url' => $backUrl, 'icon' => 'close', 'class' => 'ghost') + )), + setClass('m-auto'), + div + ( + set::className('flex items-center mt-2'), + icon('check-circle text-success icon-2x mr-2'), + span + ( + set::className('text-md font-bold tip-title'), + $lang->project->afterInfo + ) + ), );