Merge branch 'ztflow-liumengyi-main#liumengyi' of zentao/zentaopms (#52)

This commit is contained in:
田淑杰
2024-06-11 05:17:16 +00:00
committed by Gitfox
4 changed files with 11 additions and 8 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
<?php
$lang->product->noModule = 'You have no modules';
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}), and Case Coverage: <strong>%s</strong>.";
$lang->product->noModule = 'You have no modules';
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}).";
$lang->product->checkedSRSummary = "Selected <strong>%total%</strong> {$lang->SRCommon}. Estimates: <strong>%estimate%</strong> ({$lang->hourCommon}).";
+3 -2
View File
@@ -1,3 +1,4 @@
<?php
$lang->product->noModule = 'You have no modules';
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}), and Case Coverage: <strong>%s</strong>.";
$lang->product->noModule = 'You have no modules';
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}).";
$lang->product->checkedSRSummary = "Selected <strong>%total%</strong> {$lang->SRCommon}. Estimates: <strong>%estimate%</strong> ({$lang->hourCommon}).";
+3 -2
View File
@@ -1,3 +1,4 @@
<?php
$lang->product->noModule = 'You have no modules';
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}), and Case Coverage: <strong>%s</strong>.";
$lang->product->noModule = 'You have no modules';
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}).";
$lang->product->checkedSRSummary = "Selected <strong>%total%</strong> {$lang->SRCommon}. Estimates: <strong>%estimate%</strong> ({$lang->hourCommon}).";
+2 -2
View File
@@ -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()