From dfa48580bc51d082c0a34cca2a9edf6a529ea488 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 15 Jun 2023 14:17:27 +0800 Subject: [PATCH] - Delete unuse code. --- module/stage/lang/de.php | 2 -- module/stage/lang/en.php | 2 -- module/stage/lang/fr.php | 2 -- module/stage/lang/zh-cn.php | 2 -- module/stage/ui/browse.html.php | 1 + 5 files changed, 1 insertion(+), 8 deletions(-) diff --git a/module/stage/lang/de.php b/module/stage/lang/de.php index 86325bf357..9880779e92 100644 --- a/module/stage/lang/de.php +++ b/module/stage/lang/de.php @@ -43,5 +43,3 @@ $lang->stage->error->percentOver = 'The sum of "Workload %" cannot exceed 100%.' $lang->stage->error->notNum = 'The workload ratio should be numerical'; $lang->stage->featureBar['browse']['all'] = 'Stage List'; - -$lang->stage->featureBar['plusbrowse']['all'] = 'Stage List'; diff --git a/module/stage/lang/en.php b/module/stage/lang/en.php index 86325bf357..9880779e92 100644 --- a/module/stage/lang/en.php +++ b/module/stage/lang/en.php @@ -43,5 +43,3 @@ $lang->stage->error->percentOver = 'The sum of "Workload %" cannot exceed 100%.' $lang->stage->error->notNum = 'The workload ratio should be numerical'; $lang->stage->featureBar['browse']['all'] = 'Stage List'; - -$lang->stage->featureBar['plusbrowse']['all'] = 'Stage List'; diff --git a/module/stage/lang/fr.php b/module/stage/lang/fr.php index 86325bf357..9880779e92 100644 --- a/module/stage/lang/fr.php +++ b/module/stage/lang/fr.php @@ -43,5 +43,3 @@ $lang->stage->error->percentOver = 'The sum of "Workload %" cannot exceed 100%.' $lang->stage->error->notNum = 'The workload ratio should be numerical'; $lang->stage->featureBar['browse']['all'] = 'Stage List'; - -$lang->stage->featureBar['plusbrowse']['all'] = 'Stage List'; diff --git a/module/stage/lang/zh-cn.php b/module/stage/lang/zh-cn.php index 2330920985..511ca72f96 100644 --- a/module/stage/lang/zh-cn.php +++ b/module/stage/lang/zh-cn.php @@ -43,5 +43,3 @@ $lang->stage->error->percentOver = '工作量占比累计不应当超过100%'; $lang->stage->error->notNum = '工作量占比应当是数字'; $lang->stage->featureBar['browse']['all'] = '阶段列表'; - -$lang->stage->featureBar['plusbrowse']['all'] = '阶段列表'; diff --git a/module/stage/ui/browse.html.php b/module/stage/ui/browse.html.php index e7f1ed0d68..7215871e23 100644 --- a/module/stage/ui/browse.html.php +++ b/module/stage/ui/browse.html.php @@ -14,6 +14,7 @@ jsVar('confirmDelete', $lang->stage->confirmDelete); featureBar ( set::current('all'), + set::method('browse'), ); /* zin: Define the set::module('release') feature bar on main menu. */