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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +1 lines)
Lines 134-140 Link Here
134
                                                [% IF ( show_barcode ) %]
134
                                                [% IF ( show_barcode ) %]
135
                                                    <th>Barcode</th>
135
                                                    <th>Barcode</th>
136
                                                [% END %]
136
                                                [% END %]
137
                                                    <th>Call No.</th>
137
                                                    <th>Call no.</th>
138
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
138
                                                [% IF ( OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) ) %]
139
                                                    <th class="nosort">Renew</th>
139
                                                    <th class="nosort">Renew</th>
140
                                                [% END %]
140
                                                [% END %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt (-2 / +1 lines)
Lines 335-341 var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended Link Here
335
                        <th class="anti-the">Title</th>
335
                        <th class="anti-the">Title</th>
336
                        <th>Due</th>
336
                        <th>Due</th>
337
                        <th>Barcode</th>
337
                        <th>Barcode</th>
338
                        <th>Call No.</th>
338
                        <th>Call no.</th>
339
                        <th class="psort">Relative</th>
339
                        <th class="psort">Relative</th>
340
                    </tr>
340
                    </tr>
341
                </thead>
341
                </thead>
342
- 

Return to bug 9303