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:
parent
0761107a5f
commit
e50d437e87
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue