From 6cb34d72b65f6ccee915e08674ee50752669e3fa Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 18 Aug 2022 16:36:27 +0800 Subject: [PATCH] * Resolve issue #718. --- module/story/model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/story/model.php b/module/story/model.php index 9329562410..1dd28f2a3a 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -4052,7 +4052,7 @@ class storyModel extends model if(common::canBeChanged('story', $story)) { $storyReviewer = isset($story->reviewer) ? $story->reviewer : array(); - if($story->URChanged) return $this->buildMenu('story', 'processStoryChange', $params, $story, $type, 'search', '', 'iframe', true, '', $this->lang->confirm); + if($story->URChanged) return $this->buildMenu('story', 'processStoryChange', $params, $story, $type, 'ok', '', 'iframe', true, '', $this->lang->confirm); $isClick = $this->isClickable($story, 'change'); $title = (!$isClick and $story->status != 'closed') ? $this->lang->story->changeTip : ''; @@ -4521,7 +4521,7 @@ class storyModel extends model } elseif($id == 'actions') { - $class .= ' text-center'; + $class .= ' text-left'; } elseif($id == 'order') {