View | Details | Raw Unified | Return to bug 31907
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +2 lines)
Lines 401-407 Link Here
401
                                                <div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]">
401
                                                <div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]">
402
                                                    [% UNLESS hide_marc %]
402
                                                    [% UNLESS hide_marc %]
403
                                                        [% IF advancedMARCEditor %]
403
                                                        [% IF advancedMARCEditor %]
404
                                                            <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a>
404
                                                            <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to expand this tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a>
405
                                                        [% ELSE %]
405
                                                        [% ELSE %]
406
                                                            <span class="tagnum" title="[% innerloo.tag_lib | html %]">[% innerloo.tag | html %]</span>
406
                                                            <span class="tagnum" title="[% innerloo.tag_lib | html %]">[% innerloo.tag | html %]</span>
407
                                                        [% END %]
407
                                                        [% END %]
Lines 461-467 Link Here
461
                                                    [% END # /UNLESS hide_marc %]
461
                                                    [% END # /UNLESS hide_marc %]
462
462
463
                                                    [% UNLESS advancedMARCEditor %]
463
                                                    [% UNLESS advancedMARCEditor %]
464
                                                        <a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib | html %]</a>
464
                                                        <a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to expand this tag">[% innerloo.tag_lib | html %]</a>
465
                                                    [% END %]
465
                                                    [% END %]
466
                                                    <span class="field_controls">
466
                                                    <span class="field_controls">
467
                                                        [% IF ( innerloo.repeatable ) %]
467
                                                        [% IF ( innerloo.repeatable ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-3 / +2 lines)
Lines 1038-1044 function PopupMARCFieldDoc(field) { Link Here
1038
                                        [% END %]
1038
                                        [% END %]
1039
                                            <div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]">
1039
                                            <div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]">
1040
                                                [% IF advancedMARCEditor %]
1040
                                                [% IF advancedMARCEditor %]
1041
                                                    <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a>
1041
                                                    <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to expand this tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a>
1042
                                                [% ELSE %]
1042
                                                [% ELSE %]
1043
                                                    <span class="tagnum" title="[% innerloo.tag_lib | html %]">[% innerloo.tag | html %]</span>
1043
                                                    <span class="tagnum" title="[% innerloo.tag_lib | html %]">[% innerloo.tag | html %]</span>
1044
                                                    <a href="#" class="marcdocs" onclick="PopupMARCFieldDoc('[% innerloo.tag | html %]'); return false;">&nbsp;?</a>
1044
                                                    <a href="#" class="marcdocs" onclick="PopupMARCFieldDoc('[% innerloo.tag | html %]'); return false;">&nbsp;?</a>
Lines 1079-1085 function PopupMARCFieldDoc(field) { Link Here
1079
                                                [% END # /IF innerloo.fixedfield %] -
1079
                                                [% END # /IF innerloo.fixedfield %] -
1080
1080
1081
                                                [% UNLESS advancedMARCEditor %]
1081
                                                [% UNLESS advancedMARCEditor %]
1082
                                                    <a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib | html %]</a>
1082
                                                    <a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to expand this tag">[% innerloo.tag_lib | html %]</a>
1083
                                                [% END %]
1083
                                                [% END %]
1084
1084
1085
                                                <span class="field_controls">
1085
                                                <span class="field_controls">
1086
- 

Return to bug 31907