Skip to content

Commit

Permalink
Enh: remove collapse button
Browse files Browse the repository at this point in the history
  • Loading branch information
waschtl committed Nov 2, 2024
1 parent b553d9d commit 2af43b1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions views/list/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@

<div class="task-list" data-ui-widget="task.list.Root" data-ui-init="1" data-drop-list-url="<?= TaskListUrl::dropTaskList($contentContainer) ?>">
<div class="task-list-tabs">
<?= Button::defaultType(Yii::t('TasksModule.base', 'Collapse'))
->icon('fa-toggle-on')
->options(['data-title-expand' => Yii::t('TasksModule.base', 'Expand')])
->id('toggle-lists')
->action('collapseAll')
->loader(false)
->right() ?>
<?= TaskSubMenu::widget() ?>
</div>

Expand Down

0 comments on commit 2af43b1

Please sign in to comment.