@@ -, +, @@ results page --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -553,7 +553,11 @@ [% END %] [% END %] [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] -
  • Make an Interlibrary loan request
  • + [% IF Koha.Preference( 'AutoILLBackendPriority' ) %] +
  • Make an automatic Interlibrary loan request
  • + [% ELSE %] +
  • Make an Interlibrary loan request
  • + [% END %] [% END %] --