[Koha-bugs] [Bug 36074] Make materials specified note easier to customize, part 2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 13 18:27:35 CET 2024


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

Brendan Lawlor <blawlor at clamsnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162069|0                           |1
        is obsolete|                            |

--- Comment #2 from Brendan Lawlor <blawlor at clamsnet.org> ---
Created attachment 162122
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162122&action=edit
Bug 36074: Add classes to materials specfied message on check in and checkout
when CircConfirmItemParts is on.

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

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

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

Signed-off-by: Brendan Lawlor <blawlor at clamsnet.org>

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


More information about the Koha-bugs mailing list