* task #41783, #task 41765, improve UI for tutorial mode.

This commit is contained in:
Hao Sun
2021-08-26 10:05:35 +08:00
parent 2fe38173b7
commit 09f4a426d4
7 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
$hidden = empty($buttonLink) ? 'hidden' : '';
echo "<div class='btn-group dropdown'>";
echo html::a($buttonLink, "<i class='icon icon-plus'></i> $buttonTitle", '', "class='btn btn-secondary link-story-btn $hidden' data-app='execution'");
echo html::a($buttonLink, "<i class='icon icon-plus'></i> $buttonTitle", '', "class='btn btn-secondary $hidden' data-app='execution'");
if($common::hasPriv('story', 'create') and common::hasPriv('story', 'batchCreate'))
{