* adjust for combinatorial search.

This commit is contained in:
wangyidong
2016-05-03 17:33:32 +08:00
parent a512350363
commit b1246cb458
6 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
if(!empty($moduleID))
{
$removeLink = $browseType == 'bymodule' ? inlink('browse', "productID=$productID&branch=$branch&browseType=$browseType&param=0&orderBy=$orderBy&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("caseModule")';
echo '&nbsp;' . html::a($removeLink, "<i class='icon icon-remove'></i>") . '&nbsp;';
echo '&nbsp;' . html::a($removeLink, "<i class='icon icon-remove'></i>", '', "class='text-muted'") . '&nbsp;';
}
echo " <i class='icon-angle-right'></i>&nbsp; ";
?>