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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 681-687 Link Here
681
                                                                    <span class="handle">&#xf58e;</span>
681
                                                                    <span class="handle">&#xf58e;</span>
682
                                                                    <input type="text"
682
                                                                    <input type="text"
683
                                                                        title="[% subfield_loo.marc_lib | $raw %]"
683
                                                                        title="[% subfield_loo.marc_lib | $raw %]"
684
                                                                        style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]border:0;"
684
                                                                        style=" [% IF ( innerloo.fixedfield ) %]display:none; [% END %]border:0;"
685
                                                                        name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield | html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html %]"
685
                                                                        name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield | html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html %]"
686
                                                                        value="[% subfield_loo.subfield | html %]"
686
                                                                        value="[% subfield_loo.subfield | html %]"
687
                                                                        size="1"
687
                                                                        size="1"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +1 lines)
Lines 1129-1135 Link Here
1129
                                                        <span class="handle">&#xf58e;</span>
1129
                                                        <span class="handle">&#xf58e;</span>
1130
                                                        <input type="text"
1130
                                                        <input type="text"
1131
                                                                title="[% subfield_loo.marc_lib | $raw %]"
1131
                                                                title="[% subfield_loo.marc_lib | $raw %]"
1132
                                                                style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]border:0;"
1132
                                                                style=" [% IF ( innerloo.fixedfield ) %]display:none; [% END %]border:0;"
1133
                                                                name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield | html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html %]"
1133
                                                                name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield | html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html %]"
1134
                                                                value="[% subfield_loo.subfield | html %]"
1134
                                                                value="[% subfield_loo.subfield | html %]"
1135
                                                                size="1"
1135
                                                                size="1"
1136
- 

Return to bug 39476