* Finish task #59525.

This commit is contained in:
zhouxudong
2022-07-06 02:15:33 +00:00
parent 85f7dd9c95
commit bf19599c0e
8 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ class tree extends control
$output .= "<span class='input-group-addon'>";
$output .= html::a($this->createLink('tree', 'browse', "rootID=$rootID&view=$viewType&currentModuleID=0&branch=$branch", '', true), $this->lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");
$output .= '&nbsp; ';
$output .= html::a("javascript:void(0)", "<i class='icon icon-refresh'></i>", '', "class='refresh' onclick='loadProductModules($rootID)'");
$output .= html::a("javascript:void(0)", $this->lang->refreshIcon, '', "class='refresh' onclick='loadProductModules($rootID)'");
$output .= '</span>';
}
}