View | Details | Raw Unified | Return to bug 7368
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
<p>If you have added contracts to the vendor from whom you are ordering, you will also have an option to choose which contract you are ordering those items under.</p>
7
<p>If you have added contracts to the vendor from whom you are ordering, you will also have an option to choose which contract you are ordering those items under.</p>
8
8
9
<p>When finished, click 'Save.'</p>
9
<p>When finished, click 'Save'.</p>
10
10
11
<h2>Editing Basket Headers</h2>
11
<h2>Editing Basket Headers</h2>
12
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
</ul>
15
</ul>
16
</li>
16
</li>
17
 <li>From the list of subfields, you can click 'Delete' to the right of each to erase the subfield in question.</li>
17
 <li>From the list of subfields, you can click 'Delete' to the right of each to erase the subfield in question.</li>
18
    <li>To edit the subfields, click 'Edit Subfields.'</li>
18
    <li>To edit the subfields, click 'Edit Subfields'.</li>
19
        <li>For each subfield, you can set the following values:
19
        <li>For each subfield, you can set the following values:
20
<ul>
20
<ul>
21
  <li>'Text for librarian' is what appears before the subfield in the librarian interface.</li>
21
  <li>'Text for librarian' is what appears before the subfield in the librarian interface.</li>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt (-2 / +1 lines)
Lines 83-89 $.tablesorter.addParser({ Link Here
83
		
83
		
84
        [% IF ( BORROWER_INF.warndeparture ) %]
84
        [% IF ( BORROWER_INF.warndeparture ) %]
85
        <div class="dialog alert" id="warndeparture">
85
        <div class="dialog alert" id="warndeparture">
86
                <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture %]</span>. Please contact the library for more information.</span>
86
                <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span>
87
                [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %]
87
                [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %]
88
        </div>
88
        </div>
89
        [% END %]
89
        [% END %]
90
- 

Return to bug 7368