Bug 34322: Correct icon triggering more fund search options

This patch updates the budget/fund administration header search form so
that it uses the "fa-slider" Font Awesome icon instead of a folder icon.
This makes it consistent with other search forms which have a similar
set of additional options.

To test, apply the patch and go to Administration -> Budgets.

- The "Search funds" form should have the "fa-sliders" icon.
- Clicking it should trigger the expansion of the additional search
  options.

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2023-07-20 12:16:22 +00:00 committed by Tomas Cohen Arazi
parent 0761107a5f
commit e50d437e87
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -15,7 +15,7 @@
<div class="form-content">
<input class="query form-control" type="text" name="filter_budgetname" id="filter_budgetname" value="[% filter_budgetname | html %]" placeholder="Search funds" />
<button type="button" class="form-extra-content-toggle"><i class="fa-solid fa-folder-open"></i></button>
<button type="button" class="form-extra-content-toggle"><i class="fa-solid fa-sliders"></i></button>
</div>
<button type="submit"><i class="fa fa-arrow-right"></i></button>