* Adjust code

This commit is contained in:
zenggang
2022-04-06 06:03:03 +00:00
parent 8e0fc555c8
commit c149ac6299
+1 -1
View File
@@ -401,7 +401,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
$misc = $canBatchClose ? "onclick=\"setFormAction('$actionLink', '', '#productStoryForm')\"" : '';
echo "<li $class>" . html::a('#', $lang->close, '', $misc) . "</li>";
if($canBatchUnlink) echo '<li ' . ($canBatchUnlink ? '' : "class='disabled'") . '>' . html::a('#', $lang->story->unlink, '', "id='batchUnlinkStory'") . "</li>";
if($canBatchUnlink) echo '<li>' . html::a('#', $lang->story->unlink, '', "id='batchUnlinkStory'") . "</li>";
if($canBatchReview)
{