From da399311deef68532ae94bf433c73bc623e94187 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 8 Nov 2023 11:02:31 +0800 Subject: [PATCH] * Delete icon of story create dropdown. --- module/product/ui/browse.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/product/ui/browse.html.php b/module/product/ui/browse.html.php index ad3235be33..585754a03c 100644 --- a/module/product/ui/browse.html.php +++ b/module/product/ui/browse.html.php @@ -83,14 +83,14 @@ $fnBuildCreateStoryButton = function() use ($lang, $product, $isProjectStory, $s $wizardParams = helper::safe64Encode("productID=$productID&branch=$branch&moduleID=$moduleID"); if($isProjectStory) $wizardParams = helper::safe64Encode("productID=$productID&branch=$branch&moduleID=$moduleID&storyID=&projectID=$projectID"); $link = $this->createLink('tutorial', 'wizard', "module=story&method=create¶ms=$wizardParams"); - $items[] = array('text' => $lang->story->createCommon, 'icon' => 'plus', 'url' => $link); + $items[] = array('text' => $lang->story->createCommon, 'url' => $link); } else { - $items[] = array('text' => $lang->story->create, 'icon' => 'plus', 'url' => $createLink); + $items[] = array('text' => $lang->story->create, 'url' => $createLink); } - $items[] = array('text' => $lang->story->batchCreate, 'icon' => 'plus', 'url' => $batchCreateLink); + $items[] = array('text' => $lang->story->batchCreate, 'url' => $batchCreateLink); return btnGroup (