Table of Contents

TTPAC String Customization Index

Several pages in TTPAC contain lines of text which may contain statements libraries will wish to customize to suit local policy. This page serves as a guide to any such strings, along with the relevant template file the string can be found within.

main_refund_policy.tt2

<tr>
    <td colspan="3">
        <br />
        [% l('Important! You must have a printed receipt
              to be eligible for a refund on lost items
              (regulations allow for no exceptions).')
        %]
        <br />
        <strong>
        [% l('To ensure your necessary receipt information
             is not lost, enter your email address above
             and a receipt will be emailed to you. Otherwise,
             make certain you have a printed receipt in hand
             before closing the payment receipt screen.')
        %]
        </strong>
    </td>
</tr>

help.tt2

<td class="login_boxes right_brain" align="center" valign="top" width="291">
 
    <a href="http://example.com"><img
        src="[% ctx.media_prefix %]/images/questions.png" alt="[% l('Questions?') %]" style="margin-top:29px;" /></a>
 
    <div style="width:182px;color:black;padding:5px 25px;">
        [% l('Visit our FAQs section for answers to common questions about how to use your account.') %]
    </div>
 
    <a href="http://example.com"><img
        alt="[% l('FAQs') %]" src="[% ctx.media_prefix %]/images/faqs-btn.png" style="margin-top:13px;" /></a>
</td>