From 15b26f4ff242d25dd379ea7f8d82ef73a1f0d63a Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 27 Jun 2013 03:36:54 +0000 Subject: [PATCH] * remove the param of onlybody. --- module/bug/view/m.browse.html.php | 11 +++++------ module/my/view/m.story.html.php | 4 ++-- module/my/view/m.todo.html.php | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/module/bug/view/m.browse.html.php b/module/bug/view/m.browse.html.php index bf16648f61..b91f7b2b61 100755 --- a/module/bug/view/m.browse.html.php +++ b/module/bug/view/m.browse.html.php @@ -29,12 +29,11 @@ { $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) . '
  • '; + common::printIcon('bug', 'confirmBug', "bugID=$bug->id", $bug, 'button', '', '', 'iframe'); + common::printIcon('bug', 'assignTo', "bugID=$bug->id", '', 'button', '', '', 'iframe'); + common::printIcon('bug', 'resolve', "bugID=$bug->id", $bug, 'button', '', '', 'iframe'); + common::printIcon('bug', 'close', "bugID=$bug->id", $bug, 'button', '', '', 'iframe'); + common::printIcon('bug', 'activate', "bugID=$bug->id", $bug, 'button', '', '', 'iframe'); ?> diff --git a/module/my/view/m.story.html.php b/module/my/view/m.story.html.php index 5e716df17c..dc0355e9df 100755 --- a/module/my/view/m.story.html.php +++ b/module/my/view/m.story.html.php @@ -38,8 +38,8 @@ if(!$story->deleted) { common::printIcon('story', 'review', "storyID=$story->id", $story); - common::printIcon('story', 'close', "storyID=$story->id", $story, '', '', '', 'iframe', true); - common::printIcon('story', 'activate', "storyID=$story->id", $story, '', '', '', 'iframe', true); + common::printIcon('story', 'close', "storyID=$story->id", $story, '', '', '', 'iframe'); + common::printIcon('story', 'activate', "storyID=$story->id", $story, '', '', '', 'iframe'); common::printIcon('story', 'delete', "storyID=$story->id", '', '', '', 'hiddenwin'); } ?> diff --git a/module/my/view/m.todo.html.php b/module/my/view/m.todo.html.php index dca889c476..e761931b27 100755 --- a/module/my/view/m.todo.html.php +++ b/module/my/view/m.todo.html.php @@ -33,7 +33,7 @@ common::printIcon('todo', 'finish', "id=$todo->id", $todo, 'button', '', 'hiddenwin'); if($todo->account == $app->user->account) { - common::printIcon('todo', 'edit', "todoID=$todo->id"); + common::printIcon('todo', 'import2Today', "todoID=$todo->id"); common::printIcon('todo', 'delete', "todoID=$todo->id", '', 'button', '', 'hiddenwin'); } ?>