Merge branch 'master' into 'sprint/211_tianshujie_58557'

# Conflicts:
#   module/testcase/css/create.css
This commit is contained in:
王怡栋
2022-07-06 06:47:25 +00:00
155 changed files with 1893 additions and 473 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ foreach(explode(',', $config->testcase->create->requiredFields) as $field)
{
echo "<span class='input-group-addon'>";
echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case&currentModuleID=0&branch=$branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");
echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'");
echo html::a("javascript:void(0)", $lang->refreshIcon, '', "id='refresh' class='refresh' title='$lang->refresh' onclick='loadProductModules($productID)'");
echo '</span>';
}
?>