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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt (-2 / +1 lines)
Lines 195-201 Link Here
195
195
196
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
196
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
197
        <div class="dialog alert">
197
        <div class="dialog alert">
198
            Due to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RecallsInterface">RecallsInterface system preference</a>, recalls cannot be placed through the staff client.
198
            Due to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RecallsInterface">RecallsInterface</a> system preference, recalls cannot be placed through the staff interface.
199
        </div>
199
        </div>
200
        [% ELSE %]
200
        [% ELSE %]
201
201
202
- 

Return to bug 31391