From 626ac77395fd8ac18925fe76d4bc1b5e378496c8 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 2 Sep 2019 15:53:08 +0800 Subject: [PATCH] * Finish task #6303. --- module/bug/view/edit.html.php | 3 +-- module/story/view/edit.html.php | 2 +- module/testcase/view/edit.html.php | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index a762c9b334..e293e0511f 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -72,8 +72,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); lastEditedDate); echo html::submitButton(); - $browseLink = $app->session->bugList != false ? $app->session->bugList : inlink('browse', "productID=$bug->product"); - echo html::linkButton($lang->goback, $browseLink, 'self', '', "btn btn-wide"); + echo html::backButton(); ?>