From c1e6e6a82ce8107f3310213ed6e43dc3a069babb Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Wed, 21 Oct 2020 09:11:19 +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 | 2 +- module/programplan/control.php | 2 +- module/project/control.php | 6 +++--- module/repo/control.php | 2 +- module/testcase/model.php | 4 ++-- module/testreport/model.php | 4 ++-- module/testsuite/model.php | 4 ++-- module/testtask/model.php | 10 +++++----- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/module/bug/model.php b/module/bug/model.php index a094a1b67e..ca55c71434 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) { $this->loadModel('qa')->setSubMenu('bug', $key, $productID); diff --git a/module/caselib/model.php b/module/caselib/model.php index 3b68b227fd..582ed0d496 100644 --- a/module/caselib/model.php +++ b/module/caselib/model.php @@ -96,8 +96,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 fb260770fa..93ad39d426 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -48,7 +48,7 @@ include 'chosen.html.php';