@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 26 ++++++++++---------- 1 files changed, 13 insertions(+), 13 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt @@ -92,7 +92,6 @@ $(function() { $("#addtags").html(""+_("Tag")+"<\/a> |"); $(".tagbutton").click(KOHA.Tags.add_tag_button); - [% IF ( TagsInputOnList ) %] [% IF ( loggedinusername ) %] $("#tagsel_tag").click(function(){ tagSelected(); @@ -112,7 +111,6 @@ $(function() { return false; }); [% END %] - [% END %] [% END %][% END %][% END %] [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %] }); @@ -278,14 +276,16 @@ $(function() { [% END %][% ELSE %]This record has no items.[% END %] [% END %] [% IF ( TagsEnabled ) %] - [% IF ( TagsShowOnList ) %] - [% IF ( itemsloo.TagLoop ) %] -
- Tags: - - [% END %] + [% IF ( TagsShowOnList ) %] + [% IF ( itemsloo.TagLoop.size ) %] +
+ Tags: + +
+ [% END %] + [% END %] [% IF ( TagsInputOnList ) %] [% IF ( loggedinusername ) %]
@@ -299,10 +299,10 @@ $(function() { [% ELSIF ( loop.first ) %]Log in to add tags. [% END %] [% END %] - [% IF ( itemsloo.TagLoop ) %] -
[% END %] + [% IF ( loggedinusername ) %] + + [% END %] [% END %] - [% END %] Actions: [% IF ( RequestOnOpac ) %] --