Bugzilla – Attachment 153733 Details for
Bug 34322
Correct icon triggering more fund search options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34322: Correct icon triggering more fund search options
Bug-34322-Correct-icon-triggering-more-fund-search.patch (text/plain), 1.74 KB, created by
Sam Lau
on 2023-07-20 15:54:05 UTC
(
hide
)
Description:
Bug 34322: Correct icon triggering more fund search options
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-07-20 15:54:05 UTC
Size:
1.74 KB
patch
obsolete
>From a241f99f0d44c6a9ad11be354b24aac4a302e380 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 20 Jul 2023 12:16:22 +0000 >Subject: [PATCH] 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> >--- > .../intranet-tmpl/prog/en/includes/budgets-admin-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >index 2fd0daaf19..e1703c53cb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc >@@ -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> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34322
:
153719
|
153733
|
154055