This commit is contained in:
tianshujie
2024-01-10 09:42:30 +08:00
parent 9e59413f9f
commit 3ecc8be26c
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -57,12 +57,14 @@ toolbar
(
'icon' => 'list',
'class' => 'switchButton btn-icon',
'data-type' => 'bylist'
'data-type' => 'bylist',
'hint' => $lang->project->bylist
), array
(
'icon' => 'cards-view',
'class' => 'btn-icon switchButton text-primary',
'data-type' => 'bycard'
'data-type' => 'bycard',
'hint' => $lang->project->bycard
))
))),
hasPriv('project', 'export') ? item(set(array
+4 -2
View File
@@ -38,12 +38,14 @@ toolbar
(
'icon' => 'list',
'class' => 'btn-icon switchButton text-primary',
'data-type' => 'bylist'
'data-type' => 'bylist',
'hint' => $lang->project->bylist
), array
(
'icon' => 'cards-view',
'class' => 'switchButton btn-icon',
'data-type' => 'bycard'
'data-type' => 'bycard',
'hint' => $lang->project->bycard
))
))),
hasPriv('project', 'export') ? item(set(array