Summary: | Remove bullets from statuses in inventory tool | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Templates | Assignee: | Matt Blenkinsop <matt.blenkinsop> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, lucas, matt.blenkinsop |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.02
|
|
Circulation function: | |||
Bug Depends on: | 30952 | ||
Bug Blocks: | |||
Attachments: |
Inventory tool in old design
Inventory tool in new design Bug 32095: Remove bullets from inventory tool status Bug 32095: Remove bullets from inventory tool status Bug 32095: Remove bullets from inventory tool status |
Description
Caroline Cyr La Rose
2022-11-03 14:43:49 UTC
Created attachment 143122 [details]
Inventory tool in old design
This is the screenshot in the manual currently, for comparison
Created attachment 143123 [details]
Inventory tool in new design
This is a screenshot of the current inventory tool in the new design. Notice the bullet points next to the item statuses
Created attachment 144344 [details] [review] 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 Created attachment 144367 [details] [review] 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> Created attachment 144704 [details] [review] 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> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master for 23.05. Nice work everyone, thanks! Nice work, thanks everyone! Pushed to 22.11.x for the next release. Oh strange, this page has several CSS rules directly inside HTML. We should consider moving to a <style> tag or to staff-global.css |