- | >story->legendBugs;?> |
+ story->legendBugs;?> |
noData;?>
diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php
index 9b09f5e407..c75c71fa43 100644
--- a/module/search/view/buildform.html.php
+++ b/module/search/view/buildform.html.php
@@ -15,8 +15,6 @@ $jsRoot = $this->app->getWebRoot() . "js/";
include '../../common/view/datepicker.html.php';
include '../../common/view/chosen.html.php';
$formId = 'searchForm-' . uniqid('');
-$fieldWidth = common::checkNotCN() ? 'w-130px' : 'w-110px';
-$operatorWidth = common::checkNotCN() ? 'w-110px' : 'w-90px';
?>
@@ -113,10 +116,10 @@ foreach($fieldParams as $fieldName => $param)
echo ' | ';
/* Print field. */
- echo "" . html::select("field$fieldNO", $searchFields, $formSession["field$fieldNO"], "onchange='setField(this, $fieldNO, {$module}params)' class='form-control chosen'") . ' | ';
+ echo "" . html::select("field$fieldNO", $searchFields, $formSession["field$fieldNO"], "onchange='setField(this, $fieldNO, {$module}params)' class='form-control chosen'") . ' | ';
/* Print operator. */
- echo "" . html::select("operator$fieldNO", $lang->search->operators, $formSession["operator$fieldNO"], "class='form-control'") . ' | ';
+ echo "" . html::select("operator$fieldNO", $lang->search->operators, $formSession["operator$fieldNO"], "class='form-control'") . ' | ';
/* Print value. */
echo "";
@@ -173,10 +176,10 @@ foreach($fieldParams as $fieldName => $param)
echo ' | ';
/* Print field. */
- echo "" . html::select("field$fieldNO", $searchFields, $formSession["field$fieldNO"], "onchange='setField(this, $fieldNO, {$module}params)' class='form-control chosen'") . ' | ';
+ echo "" . html::select("field$fieldNO", $searchFields, $formSession["field$fieldNO"], "onchange='setField(this, $fieldNO, {$module}params)' class='form-control chosen'") . ' | ';
/* Print operator. */
- echo "" . html::select("operator$fieldNO", $lang->search->operators, $formSession["operator$fieldNO"], "class='form-control'") . ' | ';
+ echo "" . html::select("operator$fieldNO", $lang->search->operators, $formSession["operator$fieldNO"], "class='form-control'") . ' | ';
/* Print value. */
echo "";
diff --git a/module/story/css/close.css b/module/story/css/close.css
new file mode 100644
index 0000000000..feca0918c6
--- /dev/null
+++ b/module/story/css/close.css
@@ -0,0 +1,2 @@
+.thWidth{width:150px !important;}
+html[lang^='zh-'] .thWidth{width:80px !important;}
diff --git a/module/story/css/edit.css b/module/story/css/edit.css
index 325971cb2f..448a1e0e70 100644
--- a/module/story/css/edit.css
+++ b/module/story/css/edit.css
@@ -1 +1,6 @@
#product_chosen .chosen-single{border-right-width:1px}
+
+.thWidth{width:100px !important;}
+.linkThWidth{width:110px !important;}
+html[lang^='zh-'] .thWidth{width:80px !important;}
+html[lang^='zh-'] .linkThWidth{width:70px !important;}
diff --git a/module/story/css/review.css b/module/story/css/review.css
new file mode 100644
index 0000000000..ccda3106fd
--- /dev/null
+++ b/module/story/css/review.css
@@ -0,0 +1,2 @@
+.thWidth{width:110px !important;}
+html[lang^='zh-'] .thWidth{width:80px !important;}
diff --git a/module/story/css/view.css b/module/story/css/view.css
index 09f389c1f7..4ec3f19163 100644
--- a/module/story/css/view.css
+++ b/module/story/css/view.css
@@ -1,3 +1,8 @@
.side-col .cell{padding:0px;}
.side-col #legendProjectAndTask .list-unstyled{padding:10px; border-top:0px; margin:0px;}
.col-4 .cell .tab-content .text-top{padding-top: 1px}
+
+#legendLifeTime .thWidth{width:100px !important;}
+#legendRelated .thWidth{width:110px !important;}
+html[lang^='zh-'] #legendLifeTime .thWidth{width:70px !important;}
+html[lang^='zh-'] #legendRelated .thWidth{width:70px !important;}
diff --git a/module/story/css/zerocase.css b/module/story/css/zerocase.css
new file mode 100644
index 0000000000..75f34ad64a
--- /dev/null
+++ b/module/story/css/zerocase.css
@@ -0,0 +1,2 @@
+.thWidth{width:120px !important;}
+html[lang^='zh-'] .thWidth{width:90px !important;}
diff --git a/module/story/view/close.html.php b/module/story/view/close.html.php
index 47ebf5aa59..3208de9fc9 100644
--- a/module/story/view/close.html.php
+++ b/module/story/view/close.html.php
@@ -25,8 +25,7 @@
|