[Koha-bugs] [Bug 35253] Make materials specified note easier to customize

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 3 18:51:39 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35253

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 158360
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158360&action=edit
Bug 35253: Add classes to materials specfied message on check in and checkout

To test:
1. APPLY PATCH
2. Add a materials specified message to an item. ( 952$3 )
3. Add the following CSS to your IntranetUserCSS:

    .mats_spec_label { color: white; background: purple;  }
    .mats_spec_message { color: white; background: green; }

4. Checkout that item. Notice the message should be green and the label (Note
about the accompanying materials:) should be purple.
5. Check in that item. Notice the message should be green and the label (Note
about the accompanying materials:) should be purple.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list