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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Koha %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Patrons &rsaquo; [% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</title>
4
<title>Koha &rsaquo; Patrons &rsaquo; [% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</title>
6
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-6 / +5 lines)
Lines 133-139 Link Here
133
                                                [% IF ( show_barcode ) %]
133
                                                [% IF ( show_barcode ) %]
134
                                                    <th>Barcode</th>
134
                                                    <th>Barcode</th>
135
                                                [% END %]
135
                                                [% END %]
136
                                                    <th>Call number</th>
136
                                                    <th>Call no.</th>
137
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
137
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
138
                                                    <th class="nosort">Renew</th>
138
                                                    <th class="nosort">Renew</th>
139
                                                [% END %]
139
                                                [% END %]
Lines 218-224 Link Here
218
                                                    </td>
218
                                                    </td>
219
                                                [% END %]
219
                                                [% END %]
220
                                                <td class="call_no">
220
                                                <td class="call_no">
221
                                                    <span class="tdlabel">Call number:</span>
221
                                                    <span class="tdlabel">Call no.:</span>
222
                                                    [% ISSUE.itemcallnumber %]
222
                                                    [% ISSUE.itemcallnumber %]
223
                                                </td>
223
                                                </td>
224
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
224
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
Lines 374-380 Link Here
374
                                            <th class="anti-the">Title</th>
374
                                            <th class="anti-the">Title</th>
375
                                            <th>Due</th>
375
                                            <th>Due</th>
376
                                            <th>Barcode</th>
376
                                            <th>Barcode</th>
377
                                            <th>Call number</th>
377
                                            <th>Call no.</th>
378
                                            <th class="psort">Relative</th>
378
                                            <th class="psort">Relative</th>
379
                                        </tr>
379
                                        </tr>
380
                                    </thead>
380
                                    </thead>
Lines 423-429 Link Here
423
                                            <th class="anti-the">Title</th>
423
                                            <th class="anti-the">Title</th>
424
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
424
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
425
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
425
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
426
                                            <th>Call number</th>
426
                                            <th>Call no.</th>
427
                                            <th class="title-string psort">Due</th>
427
                                            <th class="title-string psort">Due</th>
428
                                            [% IF ( OpacRenewalAllowed ) %]
428
                                            [% IF ( OpacRenewalAllowed ) %]
429
                                                <th class="nosort">Renew</th>
429
                                                <th class="nosort">Renew</th>
Lines 491-497 Link Here
491
                                                    </td>
491
                                                    </td>
492
                                                [% END %]
492
                                                [% END %]
493
                                                <td>
493
                                                <td>
494
                                                    <span class="tdlabel">Call number:</span>
494
                                                    <span class="tdlabel">Call no.:</span>
495
                                                    [% OVERDUE.itemcallnumber %]
495
                                                    [% OVERDUE.itemcallnumber %]
496
                                                </td>
496
                                                </td>
497
                                                <td>
497
                                                <td>
498
- 

Return to bug 9303