@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/opac-results.tt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt @@ -478,10 +478,11 @@ $(document).ready(function(){ [% END %] [% IF ( LibraryThingForLibrariesID ) %]
[% END %] +
+ [% IF ( opacuserlogin ) %][% IF ( TagsEnabled ) %] [% IF ( TagsShowOnList ) %] [% IF ( SEARCH_RESULT.TagLoop.size ) %] -
Tags:
[% ELSIF ( loop.first ) %]Log in to add tags. [% END %] [% END %] --