Bugzilla – Attachment 158262 Details for
Bug 31477
Switch icon for inventory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31477: Use clipboard icon for inventory
Bug-31477-Use-clipboard-icon-for-inventory.patch (text/plain), 1.54 KB, created by
Lucas Gass (lukeg)
on 2023-11-02 14:02:29 UTC
(
hide
)
Description:
Bug 31477: Use clipboard icon for inventory
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-11-02 14:02:29 UTC
Size:
1.54 KB
patch
obsolete
>From 94a7c28278cf5393a25e640672b38bad66fc16a4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 2 Nov 2023 11:07:06 +0000 >Subject: [PATCH] Bug 31477: Use clipboard icon for inventory > >This patch changes the inventory icon on the cataloging home page. The >"chart" icon is switched for one of a clipboard with a checkmark. > >To test, apply the patch and go to the cataloging home page in the staff >interface. Check that the icon on the inventory link looks correct. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/cataloging-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >index 57a3dcb41cd..9413a0c1f14 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >@@ -96,7 +96,7 @@ > <ul class="buttons-list"> > [% IF ( CAN_user_tools_inventory ) %] > <li> >- <a class="circ-button" href="/cgi-bin/koha/tools/inventory.pl"><i class="fa-solid fa-chart-line"></i> Inventory</a> >+ <a class="circ-button" href="/cgi-bin/koha/tools/inventory.pl"><i class="fa-solid fa-clipboard-check"></i> Inventory</a> > </li> > [% END %] > >-- >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 31477
:
158245
|
158262
|
158267