* Refactor the tutorial start page.

This commit is contained in:
wangxuepeng
2023-10-31 17:22:03 +08:00
parent f8651bb5fd
commit e831496bd4
3 changed files with 53 additions and 1 deletions
+10 -1
View File
@@ -100,7 +100,16 @@ panel
(
set('class', 'panel-title w-full justify-between'),
$block->title,
a(set('href', createLink('tutorial', 'start')), set('class', 'btn warning'), $lang->block->tutorial)
a(
set(
array(
'href' => createLink('tutorial', 'start'),
'class' => 'btn btn-primary warning',
'data-toggle' => 'modal',
)
),
$lang->block->tutorial
)
)
),
div