[Koha-bugs] [Bug 34704] Print templates are formatted incorrectly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 4 13:56:13 CEST 2023


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

--- Comment #2 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
Text to test with:


<ul style="list-style-type: none;   padding: 0px; margin-left: 40px" >
<li><<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>></li>
<li><<borrowers.address>></li>
<li><<borrowers.city>></li>
<li><<borrowers.state>></li>
<li><<borrowers.zipcode>></li>
</ul>
<p><<today>></p>

<table style="width:20%">
  <tr>
        <td style="width:20%"><b>Library:</b></td>
        <td><<branches.branchname>></td>
  </tr>
  <tr>
        <td style="width:20%"><b>Telephone:</b></td>
        <td><<branches.branchphone>></td>
  </tr>
  <tr>
        <td style="width:20%"><b>Email:</b></td>
        <td><<branches.branchemail>></td>
  </tr>
</table>
<p>Dear <<borrowers.firstname>> <<borrowers.surname>></p>
<p>Membership number: <<borrowers.cardnumber>></p>
<p>HOLD AVAILABLE FOR PICKUP</p>
<p>Your requested item is now available for collection from the following
library:</p>
<p><<branches.branchname>></p>
<p><<branches.branchaddress1>></p>
<p><<branches.branchaddress2>></p>
<p><<branches.branchcity>></p>
<p><<branches.branchzip>></p>

<p>AUTHOR: <<biblio.author>></p>
<p>TITLE: <<biblio.title>></p>
<p>BARCODE: <<items.barcode>></p>

<p>Please collect within 10 days from the date of this letter and don't forget
to bring your library card with you.</p>
<p>Be aware that opening hours vary at different library branches so if in
doubt double check the times before you visit.</p>
<p>Should you no longer require this item please contact us so we can make it
available for another customer.</p>

<p>Thank you</p>

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


More information about the Koha-bugs mailing list