| Summary: | Shelving location style changed in many places since Bug 40606 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | BLOCKED --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | david, Laura.escamilla, lucas |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This fixes the style for values shown for the shelving location in the staff interface - it is in italics where it is shown along with the call number, unless it is in a column by itself (for example, the shelving location column in the holdings table).
Bug 40606 (Koha 25.11) removed the italic style from the .shelvingloc class because the information was moved into its own column on the bibliographic detail holdings table. This doesn't work for several locations in Koha where the shelving location is not displayed separately from the call number.
Places where the information should appear in italics:
* Cart
* Catalog search results
* Tools > Tags > Click a tag to see tagged records
* Lists > List contents
Everywhere else, where it is in its own shelving location column, it is shown without italics.
|
Version(s) released in: | |
| Circulation function: | |||
| Bug Depends on: | 40606, 41126 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 41006: Update shelving location style in some contexts
Bug 41006: Update shelving location style in some contexts Bug 41006: Update shelving location style in some contexts |
||
|
Description
Fridolin Somers
2025-10-14 07:11:06 UTC
Created attachment 188575 [details] [review] Bug 41006: Update shelving location style in some contexts Bug 40606 removed the italic style from the .shelvingloc class because the information was moved into its own column on the bibliographic detail holdings table. This doesn't work for several locations in Koha where the shelving location is not displayed separately from the call number. This patch adds some specificity to the .shelvingloc class so that it is italic unless it is the direct descendant of a table cell. Everywhere else it should be in italics. The patch also makes corrections to the checkin and transfer pages so that shelving location is correctly displayed. To test, apply the patch and rebuild the staff interface CSS. - Check each instance of the .shelvingloc class. - Places where the information appears in a table without italics: - Acquisitions -> Vendor -> Receive order -> Receive a new shipment -> Receive - Circuation -> Transfers - Circulation -> Check in - Reports -> Most-circulated items - Bibligraphic detail holdings table - Cataloging -> Inventory - Places where the information should appear in italics: - Cart - Catalog search results - Tools -> Tags -> Click a tag to see tagged records - Lists -> List contents Sponsored-by: Athens County Public Libraries Created attachment 190476 [details] [review] Bug 41006: Update shelving location style in some contexts Bug 40606 removed the italic style from the .shelvingloc class because the information was moved into its own column on the bibliographic detail holdings table. This doesn't work for several locations in Koha where the shelving location is not displayed separately from the call number. This patch adds some specificity to the .shelvingloc class so that it is italic unless it is the direct descendant of a table cell. Everywhere else it should be in italics. The patch also makes corrections to the checkin and transfer pages so that shelving location is correctly displayed. To test, apply the patch and rebuild the staff interface CSS. - Check each instance of the .shelvingloc class. - Places where the information appears in a table without italics: - Acquisitions -> Vendor -> Receive order -> Receive a new shipment -> Receive - Circuation -> Transfers - Circulation -> Check in - Reports -> Most-circulated items - Bibligraphic detail holdings table - Cataloging -> Inventory - Places where the information should appear in italics: - Cart - Catalog search results - Tools -> Tags -> Click a tag to see tagged records - Lists -> List contents Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Created attachment 190669 [details] [review] Bug 41006: Update shelving location style in some contexts Bug 40606 removed the italic style from the .shelvingloc class because the information was moved into its own column on the bibliographic detail holdings table. This doesn't work for several locations in Koha where the shelving location is not displayed separately from the call number. This patch adds some specificity to the .shelvingloc class so that it is italic unless it is the direct descendant of a table cell. Everywhere else it should be in italics. The patch also makes corrections to the checkin and transfer pages so that shelving location is correctly displayed. To test, apply the patch and rebuild the staff interface CSS. - Check each instance of the .shelvingloc class. - Places where the information appears in a table without italics: - Acquisitions -> Vendor -> Receive order -> Receive a new shipment -> Receive - Circuation -> Transfers - Circulation -> Check in - Reports -> Most-circulated items - Bibligraphic detail holdings table - Cataloging -> Inventory - Places where the information should appear in italics: - Cart - Catalog search results - Tools -> Tags -> Click a tag to see tagged records - Lists -> List contents Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Setting this to BLOCKED until the dependency is resolved. |