@@ -, +, @@ --> a little popup thing (tooltip?) appears with "Click to Expand this Tag" --> a little popup thing (tooltip?) appears with " Click to Expand this Tag" --> verify the tooltip appears with "Click to Expand this Tag" --- .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -401,7 +401,7 @@
[% UNLESS hide_marc %] [% IF advancedMARCEditor %] - [% innerloo.tag | html %] + [% innerloo.tag | html %] [% ELSE %] [% innerloo.tag | html %] [% END %] @@ -461,7 +461,7 @@ [% END # /UNLESS hide_marc %] [% UNLESS advancedMARCEditor %] - [% innerloo.tag_lib | html %] + [% innerloo.tag_lib | html %] [% END %] [% IF ( innerloo.repeatable ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -1038,7 +1038,7 @@ function PopupMARCFieldDoc(field) { [% END %]
[% IF advancedMARCEditor %] - [% innerloo.tag | html %] + [% innerloo.tag | html %] [% ELSE %] [% innerloo.tag | html %]  ? @@ -1079,7 +1079,7 @@ function PopupMARCFieldDoc(field) { [% END # /IF innerloo.fixedfield %] - [% UNLESS advancedMARCEditor %] - [% innerloo.tag_lib | html %] + [% innerloo.tag_lib | html %] [% END %] --