* Finish task #44987,44988,44989.

This commit is contained in:
mayue
2021-11-30 10:32:11 +08:00
parent 19d489a645
commit d89aa24c8c
3 changed files with 10 additions and 7 deletions
-1
View File
@@ -37,7 +37,6 @@ body {margin-bottom: 25px;}
<?php
if(!empty($productID))
{
$product = $this->product->getById($productID);
$removeLink = $browseType == 'byproduct' ? inlink('task', "executionID=$executionID&browseType=$status&param=0&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("productBrowseParam")';
$moduleName = $product->name;
$html = $moduleName . html::a($removeLink, "<i class='icon icon-sm icon-close'></i>", '', "class='text-muted'");