* Finish task#8417.

This commit is contained in:
hufangzhou
2020-11-18 09:20:24 +08:00
parent 55df1f202b
commit db13a97dc1

View File

@@ -218,7 +218,7 @@ js::set('suiteID', $suiteID);
{
$searchKey = $withSearch ? ('data-key="' . zget($modulesPinYin, $module, '') . '"') : '';
$actionLink = $this->createLink('testcase', 'batchChangeModule', "moduleID=$moduleId");
echo html::a('#', $module, '', "title=$module $searchKey onclick=\"setFormAction('$actionLink', 'hiddenwin')\"");
echo html::a('#', $module, '', "title='$module' $searchKey onclick=\"setFormAction('$actionLink', 'hiddenwin')\"");
}
?>
</div>