* Finish task #59525.

This commit is contained in:
zhouxudong
2022-07-06 00:31:05 +00:00
parent 1ab6ed7a95
commit ddecdf5cb8
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
{
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)", "<i class='icon icon-refresh'></i>", '', "class='refresh' onclick='loadProductModules($productID)'");
echo '</span>';
}
?>