From a9e60634404c758a18b8a8be35e8dc3a49e98418 Mon Sep 17 00:00:00 2001 From: wyd621 Date: Fri, 2 May 2014 03:00:07 +0000 Subject: [PATCH] * remove action in modal. --- module/story/view/view.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 6cf9d71707..96606b9c77 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -42,8 +42,8 @@ echo "
"; common::printIcon('story', 'change', "storyID=$story->id", $story); common::printIcon('story', 'review', "storyID=$story->id", $story); - common::printIcon('story', 'close', "storyID=$story->id", $story, 'button', '', '', 'iframe showinonlybody text-danger', true); - common::printIcon('story', 'activate', "storyID=$story->id", $story, 'button', '', '', 'iframe showinonlybody text-success', true); + common::printIcon('story', 'close', "storyID=$story->id", $story, 'button', '', '', 'iframe text-danger', true); + common::printIcon('story', 'activate', "storyID=$story->id", $story, 'button', '', '', 'iframe text-success', true); common::printIcon('story', 'createCase', "productID=$story->product&moduleID=0&from=¶m=0&storyID=$story->id", '', 'button', 'usecase'); echo '
';