Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<xsl:if test="notification_data/display_list/overdue_and_lost_loan_notification_display/physical_item_display_for_printing/profile_names='RESOURCE SHARING OVERDUE AND LOST LOAN PROFILE'">
  <tr>
    <td>
      To discuss the any lost Resource Sharing fees please contact our Resource Sharing Office at: 
      <a href="mailto:EMAIL">EMAIL</a>
    </td>
  </tr>
</xsl:if>

...

Code Block
<xsl:if test="notification_data/display_list/overdue_and_lost_loan_notification_display/fines_fees_list/user_fines_fees/fine_fee_ammount/normalized_sum='90.00'">
  <tr>
    <td>
      <br />
        To discuss the any lost Resource Sharing fees please contact our Resource Sharing Office at: 
        <a href="mailto:EMAIL">EMAIL</a>
      <br />
      <br />
    </td>
  </tr>
</xsl:if>

...