From 06ab4ea7a584ee478a4973b4523daf68eee5a61f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 25 Aug 2022 13:06:38 +0800 Subject: [PATCH] * Fix bug #26862. --- module/product/view/browse.html.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 0bf15441d8..43f642332b 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -458,6 +458,11 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : ''; if($withSearch) echo ""; echo ''; } + else + { + $class= "class='disabled'"; + echo "
  • " . html::a('javascript:;', $lang->product->branchName[$this->session->currentProductType], '', $class) . '
  • '; + } if($storyType == 'story') {