From fb446e28f31102d5a9ae8444b8f46c2dc35b2d3e Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Fri, 21 Jun 2013 08:11:00 +0000 Subject: [PATCH] * code for task#1395. --- module/my/view/m.bug.html.php | 45 ++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/module/my/view/m.bug.html.php b/module/my/view/m.bug.html.php index e525fdb318..c9d11323f6 100755 --- a/module/my/view/m.bug.html.php +++ b/module/my/view/m.bug.html.php @@ -1,15 +1,3 @@ - - * @package my - * @version $Id: task.html.php 4735 2013-05-03 08:30:02Z chencongzhi520@gmail.com $ - * @link http://www.zentao.net - */ -?> - + +
+
+

title;?>

+
steps;?>
+
+
    + session->bugList) + { + $browseLink = $this->session->bugList; + } + else + { + $browseLink = $this->createLink('my', 'bug'); + } + common::printIcon('bug', 'confirmBug', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true); + common::printIcon('bug', 'assignTo', "bugID=$bug->id", '', 'button', '', '', 'iframe', true); + common::printIcon('bug', 'resolve', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true); + common::printIcon('bug', 'close', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true); + common::printIcon('bug', 'activate', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true); + echo '
  • ' . html::a($browseLink, $lang->goback) . '
  • '; + ?> +
+
+
+
+