[Koha-bugs] [Bug 28876] No renewal before advisory text not wrapped in selector

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 7 20:33:17 CET 2022


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This enhancement adds more
      release notes|                            |<span>s to the user summary
                   |                            |page in the OPAC so that
                   |                            |information about the
                   |                            |renewal status can be
                   |                            |targeted with CSS or JS. It
                   |                            |adds each <span> with a
                   |                            |"usr-msg" class for general
                   |                            |styling and a specific
                   |                            |class for each renewal
                   |                            |message, for example:
                   |                            |
                   |                            |<span class="usr-msg
                   |                            |no-renew-hold">Not
                   |                            |renewable <span
                   |                            |class="renewals">(on
                   |                            |hold)</span></span>
                   |                            |
                   |                            |These
                   |                            |classes are added:
                   |                            |
                   |                            |-
                   |                            |no-renew-hold: Not
                   |                            |renewable (on hold)
                   |                            |-
                   |                            |no-renew-too-many: Not
                   |                            |renewable (too many
                   |                            |renewals)
                   |                            |-
                   |                            |no-renew-unseen: Item must
                   |                            |be renewed at the library
                   |                            |-
                   |                            |no-renew-overdue: Not
                   |                            |allowed (overdue)
                   |                            |-
                   |                            |no-renew-too-late: No
                   |                            |longer renewable
                   |                            |-
                   |                            |auto-renew-fines: Automatic
                   |                            |renewal failed, you have
                   |                            |unpaid fines
                   |                            |-
                   |                            |auto-renew-expired:
                   |                            |Automatic renewal failed,
                   |                            |your account is expired
                   |                            |-
                   |                            |no-renewal-before: No
                   |                            |renewal before [date]
                   |                            |-
                   |                            |automatic-renewal:
                   |                            |Automatic renewal

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


More information about the Koha-bugs mailing list