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 192-198 Link Here
192
192
193
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
193
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
194
        <div class="dialog alert">
194
        <div class="dialog alert">
195
            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.
195
            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.
196
        </div>
196
        </div>
197
        [% ELSE %]
197
        [% ELSE %]
198
198
199
- 

Return to bug 31391