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 185-191 Link Here
185
    [% ELSE %]
185
    [% ELSE %]
186
186
187
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
187
        [% IF Koha.Preference('RecallsInterface') == 'opac' %]
188
            <div class="dialog alert"> 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. </div>
188
            <div class="dialog alert"> 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. </div>
189
        [% ELSE %]
189
        [% ELSE %]
190
            <fieldset>
190
            <fieldset>
191
                <h2>Search patrons</h2>
191
                <h2>Search patrons</h2>
192
- 

Return to bug 31391