Bugzilla – Attachment 144344 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.74 KB, created by
Matt Blenkinsop
on 2022-11-30 11:23:42 UTC
(
hide
)
Description:
Bug 32095: Remove bullets from inventory tool status
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2022-11-30 11:23:42 UTC
Size:
1.74 KB
patch
obsolete
>From 48ccec80ee7d04b1883c2ffd4a87ebe125e7e733 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 >--- > 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.37.1 (Apple Git-137.1)
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