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. */