* finish task #5943.

This commit is contained in:
wangyidong
2019-07-10 17:15:43 +08:00
parent 549828eaca
commit 4453ebcac0
6 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ js::set('browseType', $browseType);
$class = common::hasPriv('task', 'export') ? '' : "class=disabled";
$misc = common::hasPriv('task', 'export') ? "class='export'" : "class=disabled";
$link = common::hasPriv('task', 'export') ? $this->createLink('task', 'export', "project=$projectID&orderBy=$orderBy&type=$browseType") : '#';
echo "<li $class>" . html::a($link, $lang->story->export, '', $misc) . "</li>";
echo "<li $class>" . html::a($link, $lang->task->export, '', $misc) . "</li>";
?>
</ul>
</div>