From f246bd753ac6b6f7b2ffba02056563d3ff5d8917 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 10 Apr 2024 10:02:39 +0800 Subject: [PATCH] * Fix unlink icon. --- module/story/ui/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/ui/view.html.php b/module/story/ui/view.html.php index 6addd17bf6..33e668f3bb 100644 --- a/module/story/ui/view.html.php +++ b/module/story/ui/view.html.php @@ -471,7 +471,7 @@ detailBody h::ul ( $relationLi, - !common::hasPriv($story->type, 'linkStory') ? null : h::li(a(set::href(helper::createLink('story', 'linkStory', "storyID=$story->id&type=linkStories&linkedID=0&browseType=&queryID=0&storyType=$story->type")), setData(array('toggle' => 'modal', 'size' => 'lg')), setID('linkButton'), setClass('btn secondary size-sm'), icon('plus'), $lang->story->linkStory)) + !common::hasPriv($story->type, 'linkStory') ? null : h::li(a(set::href(helper::createLink('story', 'linkStory', "storyID=$story->id&type=linkStories&linkedID=0&browseType=&queryID=0&storyType=$story->type")), setData(array('toggle' => 'modal', 'size' => 'lg')), setID('linkButton'), setClass('btn secondary size-sm'), icon('link'), $lang->story->linkStory)) ) ) : null, $story->type == 'story' && common::hasPriv('story', 'tasks') ? tabPane