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 138-144 Link Here
138
                                                [% IF ( show_barcode ) %]
138
                                                [% IF ( show_barcode ) %]
139
                                                    <th>Barcode</th>
139
                                                    <th>Barcode</th>
140
                                                [% END %]
140
                                                [% END %]
141
                                                    <th>Call number</th>
141
                                                    <th>Call no.</th>
142
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
142
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
143
                                                    <th class="nosort">Renew</th>
143
                                                    <th class="nosort">Renew</th>
144
                                                [% END %]
144
                                                [% END %]
Lines 224-230 Link Here
224
                                                    </td>
224
                                                    </td>
225
                                                [% END %]
225
                                                [% END %]
226
                                                <td class="call_no">
226
                                                <td class="call_no">
227
                                                    <span class="tdlabel">Call number:</span>
227
                                                    <span class="tdlabel">Call no.:</span>
228
                                                    [% ISSUE.itemcallnumber %]
228
                                                    [% ISSUE.itemcallnumber %]
229
                                                </td>
229
                                                </td>
230
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
230
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
Lines 341-347 Link Here
341
                                            <th class="anti-the">Title</th>
341
                                            <th class="anti-the">Title</th>
342
                                            <th>Due</th>
342
                                            <th>Due</th>
343
                                            <th>Barcode</th>
343
                                            <th>Barcode</th>
344
                                            <th>Call number</th>
344
                                            <th>Call no.</th>
345
                                            <th class="psort">Relative</th>
345
                                            <th class="psort">Relative</th>
346
                                        </tr>
346
                                        </tr>
347
                                    </thead>
347
                                    </thead>
Lines 390-396 Link Here
390
                                            <th class="anti-the">Title</th>
390
                                            <th class="anti-the">Title</th>
391
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
391
                                            [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
392
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
392
                                            [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
393
                                            <th>Call number</th>
393
                                            <th>Call no.</th>
394
                                            <th class="title-string psort">Due</th>
394
                                            <th class="title-string psort">Due</th>
395
                                            [% IF ( OpacRenewalAllowed ) %]
395
                                            [% IF ( OpacRenewalAllowed ) %]
396
                                                <th class="nosort">Renew</th>
396
                                                <th class="nosort">Renew</th>
Lines 459-465 Link Here
459
                                                    </td>
459
                                                    </td>
460
                                                [% END %]
460
                                                [% END %]
461
                                                <td>
461
                                                <td>
462
                                                    <span class="tdlabel">Call number:</span>
462
                                                    <span class="tdlabel">Call no.:</span>
463
                                                    [% OVERDUE.itemcallnumber %]
463
                                                    [% OVERDUE.itemcallnumber %]
464
                                                </td>
464
                                                </td>
465
                                                <td>
465
                                                <td>
466
- 

Return to bug 9303