From 4cab647c0e364e69cabc0b4d2d8fd14b0a55cbdc Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 11 Jun 2024 13:07:57 +0800 Subject: [PATCH 1/2] * [bug#50858,done,0.2h] modify language items. --- extension/lite/product/ext/lang/de/lite.php | 5 +++-- extension/lite/product/ext/lang/en/lite.php | 5 +++-- extension/lite/product/ext/lang/fr/lite.php | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/extension/lite/product/ext/lang/de/lite.php b/extension/lite/product/ext/lang/de/lite.php index 31dc27d5c0..f46a060d65 100644 --- a/extension/lite/product/ext/lang/de/lite.php +++ b/extension/lite/product/ext/lang/de/lite.php @@ -1,3 +1,4 @@ product->noModule = 'You have no modules'; -$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}), and Case Coverage: %s."; +$lang->product->noModule = 'You have no modules'; +$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon})."; +$lang->product->checkedSRSummary = "Selected %total% {$lang->SRCommon}. Estimates: %estimate% ({$lang->hourCommon})."; diff --git a/extension/lite/product/ext/lang/en/lite.php b/extension/lite/product/ext/lang/en/lite.php index 31dc27d5c0..f46a060d65 100644 --- a/extension/lite/product/ext/lang/en/lite.php +++ b/extension/lite/product/ext/lang/en/lite.php @@ -1,3 +1,4 @@ product->noModule = 'You have no modules'; -$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}), and Case Coverage: %s."; +$lang->product->noModule = 'You have no modules'; +$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon})."; +$lang->product->checkedSRSummary = "Selected %total% {$lang->SRCommon}. Estimates: %estimate% ({$lang->hourCommon})."; diff --git a/extension/lite/product/ext/lang/fr/lite.php b/extension/lite/product/ext/lang/fr/lite.php index 31dc27d5c0..f46a060d65 100644 --- a/extension/lite/product/ext/lang/fr/lite.php +++ b/extension/lite/product/ext/lang/fr/lite.php @@ -1,3 +1,4 @@ product->noModule = 'You have no modules'; -$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}), and Case Coverage: %s."; +$lang->product->noModule = 'You have no modules'; +$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon})."; +$lang->product->checkedSRSummary = "Selected %total% {$lang->SRCommon}. Estimates: %estimate% ({$lang->hourCommon})."; From 4455b78a56112a854c5118d6a3c80f30ea6825b3 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 11 Jun 2024 13:14:36 +0800 Subject: [PATCH 2/2] * [bug#49415,done,0.1h] modify css. --- module/ai/ui/promptmenu.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/ai/ui/promptmenu.html.php b/module/ai/ui/promptmenu.html.php index f6860cdd15..292d68bda2 100644 --- a/module/ai/ui/promptmenu.html.php +++ b/module/ai/ui/promptmenu.html.php @@ -16,8 +16,8 @@ namespace zin; h::css(" -.detail-view > .detail-body > .detail-main > .detail-sections:first > .detail-section {position: relative; z-index: 1;} -.detail-view > .detail-body > .detail-main > .detail-sections:first > .detail-section:first {z-index: 2;} +.detail-view > .detail-body > .detail-main > .detail-sections:first-child > .detail-section {position: relative; z-index: 1;} +.detail-view > .detail-body > .detail-main > .detail-sections:first-child > .detail-section:first-child {z-index: 2;} "); $promptMenuInject = function()