Skip to content

Commit

Permalink
Add correct type to form toolbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault authored and trasher committed May 22, 2024
1 parent af977c3 commit 4c1075d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/pages/admin/form/form_toolbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
data-bs-placement="bottom"
title="{{ __("Add a new question") }}"
data-glpi-form-editor-on-click="add-question"
type="button"
>
<span class="px-2 d-flex align-items-center">
<i class="ti ti-circle-plus"></i>
Expand All @@ -61,6 +62,7 @@
data-bs-placement="bottom"
title="{{ __("Add a new section") }}"
data-glpi-form-editor-on-click="add-section"
type="button"
>
<i class="ti ti-box-align-top"></i>
</button>
Expand Down

0 comments on commit 4c1075d

Please sign in to comment.