Bugzilla – Attachment 144367 Details for
Bug 32095
Remove bullets from statuses in inventory tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32095: Remove bullets from inventory tool status
Bug-32095-Remove-bullets-from-inventory-tool-statu.patch (text/plain), 1.77 KB, created by
David Nind
on 2022-11-30 23:24:00 UTC
(
hide
)
Description:
Bug 32095: Remove bullets from inventory tool status
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-30 23:24:00 UTC
Size:
1.77 KB
patch
obsolete
>From fd67314ca7e0f7b99f8f5e1f0efcf773f7d4301b Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 30 Nov 2022 11:17:21 +0000 >Subject: [PATCH] Bug 32095: Remove bullets from inventory tool status > >The new design included bullet points in a list where the elements were aligned to the right. The bullets have now been removed using "list-style: none;" to make the styling much cleaner. > >Test plan: >1) Navigate to Cataloging > Inventory >2) Observe that in the "Optional filters for inventory list or comparing barcodes" section there are bullet points in the listed items >3) Apply patch >4) Navigate to the same window and observe that the bullet points are now missing > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 076a3cdf70..1571f6a3ee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -167,7 +167,7 @@ > <ul id="statuses-[% fieldname | html %]" style="display: inline;"> > [% FOREACH value IN status.values %] > [% IF (value.lib) %] >- <li> >+ <li style="list-style: none;"> > <label for="[% value.id | html %]"> > [% IF ( status.fieldname == 'items.notforloan' && value.authorised_value == 0 && value.lib == '__IGNORE__' ) %] > For loan >-- >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 32095
:
143122
|
143123
|
144344
|
144367
|
144704