From bf07964a60a513d801e840f3632522ff644499d2 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 9 Mar 2022 16:46:20 +0800 Subject: [PATCH] * Finish task #50424. --- module/product/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 22493850e1..93ed93d314 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -510,7 +510,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : ''; { $searchKey = $withSearch ? ('data-key="' . zget($modulesPinYin, $module, '') . '"') : ''; $actionLink = $this->createLink('story', 'batchChangeModule', "moduleID=$moduleId"); - echo html::a('#', empty($module) ? '/' : $module, '', "$searchKey onclick=\"setFormAction('$actionLink', 'hiddenwin', '#productStoryForm')\""); + echo html::a('#', empty($module) ? '/' : $module, '', "$searchKey title='{$module}' onclick=\"setFormAction('$actionLink', 'hiddenwin', '#productStoryForm')\""); } ?>