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 116-122 Link Here
116
                                                [% IF ( show_barcode ) %]
116
                                                [% IF ( show_barcode ) %]
117
                                                    <th>Barcode</th>
117
                                                    <th>Barcode</th>
118
                                                [% END %]
118
                                                [% END %]
119
                                                    <th>Call No.</th>
119
                                                    <th>Call no.</th>
120
                                                [% IF ( OpacRenewalAllowed ) %]
120
                                                [% IF ( OpacRenewalAllowed ) %]
121
                                                    <th class="nosort">Renew</th>
121
                                                    <th class="nosort">Renew</th>
122
                                                [% END %]
122
                                                [% END %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt (-2 / +1 lines)
Lines 309-315 var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended Link Here
309
                        <th class="anti-the">Title</th>
309
                        <th class="anti-the">Title</th>
310
                        <th>Due</th>
310
                        <th>Due</th>
311
                        <th>Barcode</th>
311
                        <th>Barcode</th>
312
                        <th>Call No.</th>
312
                        <th>Call no.</th>
313
                        <th class="psort">Relative</th>
313
                        <th class="psort">Relative</th>
314
                    </tr>
314
                    </tr>
315
                </thead>
315
                </thead>
316
- 

Return to bug 9303