diff --git a/module/action/lang/zh-tw.php b/module/action/lang/zh-tw.php
index 99b21a0149..e1877beb97 100755
--- a/module/action/lang/zh-tw.php
+++ b/module/action/lang/zh-tw.php
@@ -69,7 +69,7 @@ $lang->action->objectTypes['productplan'] = '計劃';
$lang->action->objectTypes['release'] = '發佈';
$lang->action->objectTypes['project'] = $lang->projectCommon;
$lang->action->objectTypes['task'] = '任務';
-$lang->action->objectTypes['build'] = 'Build';
+$lang->action->objectTypes['build'] = '版本';
$lang->action->objectTypes['bug'] = 'Bug';
$lang->action->objectTypes['case'] = '用例';
$lang->action->objectTypes['caseresult'] = '用例結果';
@@ -231,7 +231,7 @@ $lang->action->search->objectTypeList['user'] = '用戶';
$lang->action->search->objectTypeList['doc'] = '文檔';
$lang->action->search->objectTypeList['doclib'] = '文檔庫';
$lang->action->search->objectTypeList['todo'] = '待辦';
-$lang->action->search->objectTypeList['build'] = 'Build';
+$lang->action->search->objectTypeList['build'] = '版本';
$lang->action->search->objectTypeList['release'] = '發佈';
$lang->action->search->objectTypeList['productplan'] = '計劃';
$lang->action->search->objectTypeList['branch'] = '分支';
diff --git a/module/block/view/publicform.html.php b/module/block/view/publicform.html.php
index 87b776df0e..badfd73478 100644
--- a/module/block/view/publicform.html.php
+++ b/module/block/view/publicform.html.php
@@ -17,6 +17,6 @@
diff --git a/module/block/view/todoblock.html.php b/module/block/view/todoblock.html.php
index ac042ca80a..4dc2e5f046 100644
--- a/module/block/view/todoblock.html.php
+++ b/module/block/view/todoblock.html.php
@@ -59,13 +59,13 @@
diff --git a/module/bug/view/close.html.php b/module/bug/view/close.html.php
index 5f4878c37e..7f75f75242 100644
--- a/module/bug/view/close.html.php
+++ b/module/bug/view/close.html.php
@@ -31,7 +31,7 @@
|
- | goback, $this->session->bugList, 'self', '', 'btn btn-wide');?> |
+ goback, $this->session->bugList, 'self', '', 'btn btn-wide');?> |
diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php
index f1aaf01531..c1990c3aa9 100755
--- a/module/bug/view/confirmbug.html.php
+++ b/module/bug/view/confirmbug.html.php
@@ -54,7 +54,7 @@ js::set('page', 'confirmbug');
|
- | goback, $this->server->http_referer, 'self', '', 'btn btn-wide');?> |
+ goback, $this->server->http_referer, 'self', '', 'btn btn-wide');?> |
diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php
index 96b2000d26..42cf1386a9 100644
--- a/module/build/view/create.html.php
+++ b/module/build/view/create.html.php
@@ -73,7 +73,7 @@
|
- |
+ |
|
diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php
index 56f99f8bf8..8c15ec5529 100644
--- a/module/build/view/edit.html.php
+++ b/module/build/view/edit.html.php
@@ -67,7 +67,7 @@
desc), "rows='10' class='form-control kindeditor' hidefocus='true'");?> |
- |
+ |
config->global->flow != 'onlyTest' ? html::hidden('project', $build->project) : '';?>
diff --git a/module/common/view/tablesorter.html.php b/module/common/view/tablesorter.html.php
index ec51a7deba..c317b694e6 100755
--- a/module/common/view/tablesorter.html.php
+++ b/module/common/view/tablesorter.html.php
@@ -7,8 +7,8 @@ js::import($jsRoot . 'jquery/tablesorter/metadata.js');
.tablesorter-header-inner {cursor: pointer;}
.tablesorter-header-inner:hover {color: #006af1;}
table.tablesorter tr.tablesorter-headerRow .header.tablesorter-headerUnSorted .tablesorter-header-inner:after {font-family: ZentaoIcon; font-weight: normal; content: "\f0dc"; font-size: 14px;}
-table.tablesorter tr.tablesorter-headerRow .header.headerSortUp .tablesorter-header-inner:after{font-family: ZentaoIcon; font-weight: normal; content: "\f0d8"; font-size: 14px; color: #03C;}
-table.tablesorter tr.tablesorter-headerRow .header.headerSortDown .tablesorter-header-inner:after{font-family: ZentaoIcon; font-weight: normal; content: "\f0d7"; font-size: 14px; color: #03C;}
+table.tablesorter tr.tablesorter-headerRow .header.headerSortUp .tablesorter-header-inner:after{font-family: ZentaoIcon; font-weight: normal; content: "\f0d8"; color: #006af1;}
+table.tablesorter tr.tablesorter-headerRow .header.headerSortDown .tablesorter-header-inner:after{font-family: ZentaoIcon; font-weight: normal; content: "\f0d7"; color: #006af1;}
table.tablesorter tr.tablesorter-headerRow .header.sorter-false .tablesorter-header-inner:after{content:"";}
|