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

(-)a/C4/UsageStats.pm (+1 lines)
Lines 351-356 sub _shared_preferences { Link Here
351
        ILS-DI
351
        ILS-DI
352
        OAI-PMH
352
        OAI-PMH
353
        version
353
        version
354
        UseRecalls
354
        /;
355
        /;
355
356
356
    return \@preferences;
357
    return \@preferences;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +2 lines)
Lines 302-308 Link Here
302
                                        <div class="hint">
302
                                        <div class="hint">
303
                                            [% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %] does not currently have an image available. To import an image for [% patron.title | html %]
303
                                            [% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %] does not currently have an image available. To import an image for [% patron.title | html %]
304
                                            [% patron.firstname | html %]
304
                                            [% patron.firstname | html %]
305
                                            [% patron.surname | html %], enter the name of an image file to upload.
305
                                            [% patron.surname | html %],
306
                                            enter the name of an image file to upload.
306
                                        </div>
307
                                        </div>
307
                                    [% END # /IF patron.image %]
308
                                    [% END # /IF patron.image %]
308
                                    <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
309
                                    <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 275-281 Link Here
275
                                    <span>Holds ([% reserves_count | html %])</span>
275
                                    <span>Holds ([% reserves_count | html %])</span>
276
                                [% END %]
276
                                [% END %]
277
                            [% END %]
277
                            [% END %]
278
                            [% IF Koha.Preference('UseRecalls') != "off" && RECALLS.count  %]
278
                            [% IF Koha.Preference('UseRecalls') != "off" && RECALLS.count %]
279
                                [% WRAPPER tab_item tabname= "opac-user-recalls" %]
279
                                [% WRAPPER tab_item tabname= "opac-user-recalls" %]
280
                                    <span>Recalls ([% RECALLS.count | html %])</span>
280
                                    <span>Recalls ([% RECALLS.count | html %])</span>
281
                                [% END %]
281
                                [% END %]
282
- 

Return to bug 31391