From 6af8ff9971f9d3b87e59daf1c5f8a0f7a26a40e9 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Wed, 21 Oct 2020 09:17:33 +0800 Subject: [PATCH] * modulePageActions is modified to TRActions. --- module/bug/model.php | 4 ++-- module/caselib/model.php | 4 ++-- module/common/view/header.html.php | 2 +- module/doc/control.php | 10 +++++----- module/doc/model.php | 2 +- module/jenkins/control.php | 2 +- module/product/control.php | 2 +- module/product/model.php | 4 ++-- module/project/control.php | 4 ++-- module/repo/control.php | 2 +- module/testcase/model.php | 4 ++-- module/testreport/model.php | 4 ++-- module/testsuite/model.php | 4 ++-- module/testtask/model.php | 14 +++++++------- 14 files changed, 31 insertions(+), 31 deletions(-) diff --git a/module/bug/model.php b/module/bug/model.php index 2a7e37010e..4ec513e36a 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -87,8 +87,8 @@ class bugModel extends model } $pageNav .= $selectHtml; - $this->lang->modulePageNav = $pageNav; - $this->lang->modulePageActions = $pageActions; + $this->lang->modulePageNav = $pageNav; + $this->lang->TRActions = $pageActions; foreach($this->lang->bug->menu as $key => $menu) { if($this->config->global->flow == 'full') $this->loadModel('qa')->setSubMenu('bug', $key, $productID); diff --git a/module/caselib/model.php b/module/caselib/model.php index c8965bac3a..36b29ffcf9 100644 --- a/module/caselib/model.php +++ b/module/caselib/model.php @@ -114,8 +114,8 @@ class caselibModel extends model } $pageNav .= $selectHtml; - $this->lang->modulePageNav = $pageNav; - $this->lang->modulePageActions = $pageActions; + $this->lang->modulePageNav = $pageNav; + $this->lang->TRActions = $pageActions; foreach($this->lang->caselib->menu as $key => $value) { if($this->config->global->flow == 'full') $this->loadModel('qa')->setSubMenu('caselib', $key, $libID); diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index 6f490a4a87..c4acc966d0 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -29,7 +29,7 @@ include 'chosen.html.php';