Merge branch 'ztflow-liumengyi-main#liumengyi' of zentao/zentaopms (#52)
This commit is contained in:
@@ -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}).";
|
||||
|
||||
@@ -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}).";
|
||||
|
||||
@@ -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}).";
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user