* task #41783, #task 41765, implement tutorial mode and add new tutorial task.

This commit is contained in:
Hao Sun
2021-08-26 08:45:07 +08:00
parent 6b275b3487
commit 4779bb64b3
17 changed files with 588 additions and 477 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
$hidden = empty($buttonLink) ? 'hidden' : '';
?>
<div class='btn-group dropdown'>
<?php echo html::a($buttonLink, "<i class='icon-plus'></i> $buttonTitle", '', "class='btn btn-primary $hidden'");?>
<?php echo html::a($buttonLink, "<i class='icon-plus'></i> $buttonTitle", '', "class='btn btn-primary create-bug-btn $hidden'");?>
<?php if(common::hasPriv('bug', 'batchCreate') and common::hasPriv('bug', 'create')):?>
<button type='button' class='btn btn-primary dropdown-toggle' data-toggle='dropdown'><span class='caret'></span></button>
<ul class='dropdown-menu'>