From d46ff350fd36d85720cee4602ea65b43a3624fa3 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Sun, 5 May 2013 07:41:02 +0000 Subject: [PATCH] * code for user-story user-task user-bug. --- module/user/view/bug.html.php | 1 - module/user/view/story.html.php | 1 - module/user/view/task.html.php | 1 - 3 files changed, 3 deletions(-) diff --git a/module/user/view/bug.html.php b/module/user/view/bug.html.php index 936ab28352..e95e6d9fb1 100644 --- a/module/user/view/bug.html.php +++ b/module/user/view/bug.html.php @@ -16,7 +16,6 @@
app->loadLang('my'); echo "" . html::a(inlink('bug', "account=$account&type=assignedTo"), $lang->user->assignedTo) . ""; echo "" . html::a(inlink('bug', "account=$account&type=openedBy"), $lang->user->openedBy) . ""; echo "" . html::a(inlink('bug', "account=$account&type=resolvedBy"), $lang->user->resolvedBy) . ""; diff --git a/module/user/view/story.html.php b/module/user/view/story.html.php index 32915f46da..601eda64a0 100644 --- a/module/user/view/story.html.php +++ b/module/user/view/story.html.php @@ -16,7 +16,6 @@
app->loadLang('my'); echo "" . html::a(inlink('story', "account=$account&type=assignedTo"), $lang->user->assignedTo) . ""; echo "" . html::a(inlink('story', "account=$account&type=openedBy"), $lang->user->openedBy) . ""; echo "" . html::a(inlink('story', "account=$account&type=reviewedBy"), $lang->user->reviewedBy) . ""; diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index dfb7009a0c..074283f08a 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -16,7 +16,6 @@
app->loadLang('my'); echo "" . html::a(inlink('task', "account=$account&type=assignedTo"), $lang->user->assignedTo) . ""; echo "" . html::a(inlink('task', "account=$account&type=openedBy"), $lang->user->openedBy) . ""; echo "" . html::a(inlink('task', "account=$account&type=finishedBy"), $lang->user->finishedBy) . "";