Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Modifying the Look of the Availability Indicator (Classic UI)

    This information is not applicable to Primo VE environments. For more details on Primo VE configuration, see Primo VE.
    The calculated availability indicator in the Full Display and Brief Results displays the item’s availability text and color-coded availability icon so that users can quickly locate available items, as shown below.
    ColorCodedAvailIndicator.gif
    Color-Coded Availability Status Indicator
    The appearance of the availability indicator is controlled by the following elements in the Primo_default.3.0.css file.
    .EXLResultsList em.EXLResultStatusAvailable {background-image: url(../images/icon_available.png);background-repeat: no-repeat;background-position: 0px 3px;padding-left: 15px;color:#000000}
    .EXLResultsList em.EXLResultStatusNotAvailable {background-image: url(../images/icon_unavailable_grey.png);background-repeat: no-repeat;background-position: 0px 3px;padding-left: 15px;color:#000000}
    .EXLResultsList em.EXLResultStatusMaybeAvailable {background-image: url(../images/icon_yellow.png);background-repeat: no-repeat;background-position:0px 3px;padding-left: 15px;color:#000000}