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 140-146 Link Here
140
                                                [% IF ( show_barcode ) %]
140
                                                [% IF ( show_barcode ) %]
141
                                                    <th>Barcode</th>
141
                                                    <th>Barcode</th>
142
                                                [% END %]
142
                                                [% END %]
143
                                                    <th>Call number</th>
143
                                                    <th>Call no.</th>
144
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
144
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
145
                                                    <th class="nosort">Renew</th>
145
                                                    <th class="nosort">Renew</th>
146
                                                [% END %]
146
                                                [% END %]
Lines 226-232 Link Here
226
                                                    </td>
226
                                                    </td>
227
                                                [% END %]
227
                                                [% END %]
228
                                                <td class="call_no">
228
                                                <td class="call_no">
229
                                                    <span class="tdlabel">Call number:</span>
229
                                                    <span class="tdlabel">Call no.:</span>
230
                                                    [% ISSUE.itemcallnumber %]
230
                                                    [% ISSUE.itemcallnumber %]
231
                                                </td>
231
                                                </td>
232
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
232
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
Lines 384-390 Link Here
384
                                            <th class="anti-the">Title</th>
384
                                            <th class="anti-the">Title</th>
385
                                            <th>Due</th>
385
                                            <th>Due</th>
386
                                            <th>Barcode</th>
386
                                            <th>Barcode</th>
387
                                            <th>Call number</th>
387
                                            <th>Call no.</th>
388
                                            <th class="psort">Relative</th>
388
                                            <th class="psort">Relative</th>
389
                                        </tr>
389
                                        </tr>
390
                                    </thead>
390
                                    </thead>
Lines 433-439 Link Here
433
                                            <th class="anti-the">Title</th>
433
                                            <th class="anti-the">Title</th>
434
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
434
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
435
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
435
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
436
                                            <th>Call number</th>
436
                                            <th>Call no.</th>
437
                                            <th class="title-string psort">Due</th>
437
                                            <th class="title-string psort">Due</th>
438
                                            [% IF ( OpacRenewalAllowed ) %]
438
                                            [% IF ( OpacRenewalAllowed ) %]
439
                                                <th class="nosort">Renew</th>
439
                                                <th class="nosort">Renew</th>
Lines 502-508 Link Here
502
                                                    </td>
502
                                                    </td>
503
                                                [% END %]
503
                                                [% END %]
504
                                                <td>
504
                                                <td>
505
                                                    <span class="tdlabel">Call number:</span>
505
                                                    <span class="tdlabel">Call no.:</span>
506
                                                    [% OVERDUE.itemcallnumber %]
506
                                                    [% OVERDUE.itemcallnumber %]
507
                                                </td>
507
                                                </td>
508
                                                <td>
508
                                                <td>
509
- 

Return to bug 9303