From 1fbf720cae6849f8575641effd0a52113f830755 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 5 Jun 2019 16:16:21 +0800 Subject: [PATCH] * adjust for task #5783 --- module/custom/lang/en.php | 4 ---- module/doc/lang/en.php | 2 +- module/story/view/view.html.php | 9 --------- module/user/control.php | 4 +++- module/user/lang/en.php | 8 ++++---- module/user/view/bug.html.php | 4 ++-- module/user/view/story.html.php | 6 +++--- module/user/view/task.html.php | 2 +- module/user/view/testcase.html.php | 2 +- module/user/view/testtask.html.php | 14 +++++++------- 10 files changed, 22 insertions(+), 33 deletions(-) diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index af813d149d..669396d19b 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -14,11 +14,7 @@ $lang->custom->module = 'Module'; $lang->custom->section = 'Section'; $lang->custom->lang = 'Language'; $lang->custom->setPublic = 'Set Public'; -<<<<<<< HEAD $lang->custom->required = 'Required Fields'; -======= -$lang->custom->required = 'Form'; ->>>>>>> 10e0c46c717357a938473ad63b4fce485c870ebd $lang->custom->score = 'Point'; $lang->custom->timezone = 'Timezone'; $lang->custom->scoreReset = 'Reset Point'; diff --git a/module/doc/lang/en.php b/module/doc/lang/en.php index aff62821fd..9a834819e6 100644 --- a/module/doc/lang/en.php +++ b/module/doc/lang/en.php @@ -154,7 +154,7 @@ $lang->doc->orderLib = 'Rank Settings'; $lang->doc->customShowLibs = 'Display Settings'; $lang->doc->customShowLibsList['zero'] = 'Display Empty Library'; $lang->doc->customShowLibsList['children'] = 'Display Child-category Documents'; -$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->productCommon}s Only"; +$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->projectCommon}s Only"; $lang->doc->confirmDelete = "Do you want to delete this document?"; $lang->doc->confirmDeleteLib = "Do you want to delete this document library?"; diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 07f96374d9..4914059820 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -12,15 +12,6 @@ ?> -getClientLang() == 'en'):?> - - session->storyList != false ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product&branch=$story->branch&moduleID=$story->module");?>