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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-3 / +2 lines)
Lines 1129-1138 Link Here
1129
                                                <!--  One line on the marc editor -->
1129
                                                <!--  One line on the marc editor -->
1130
                                                <li class="subfield_line" style="[% subfield_loo.visibility | html %]" id="subfield[% subfield_loo.tag | html %][% subfield_loo.subfield | html %][% subfield_loo.random | html %]">
1130
                                                <li class="subfield_line" style="[% subfield_loo.visibility | html %]" id="subfield[% subfield_loo.tag | html %][% subfield_loo.subfield | html %][% subfield_loo.random | html %]">
1131
                                                    <div class="subfieldcode">
1131
                                                    <div class="subfieldcode">
1132
                                                        <span class="handle">&#xf58e;</span>
1132
                                                       [% UNLESS ( innerloo.fixedfield ) %] <span class="handle">&#xf58e;</span> [% END %]
1133
                                                        <input type="text"
1133
                                                        <input type="text"
1134
                                                                title="[% subfield_loo.marc_lib | $raw %]"
1134
                                                                title="[% subfield_loo.marc_lib | $raw %]"
1135
                                                                style=" [% IF ( innerloo.fixedfield ) %]display:none; [% END %]border:0;"
1135
                                                                style=" [% IF ( innerloo.fixedfield ) %]display:none; [% END %]"
1136
                                                                name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield | html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html %]"
1136
                                                                name="tag_[% subfield_loo.tag | html %]_code_[% subfield_loo.subfield | html %]_[% subfield_loo.index | html %]_[% subfield_loo.index_subfield | html %]"
1137
                                                                value="[% subfield_loo.subfield | html %]"
1137
                                                                value="[% subfield_loo.subfield | html %]"
1138
                                                                size="1"
1138
                                                                size="1"
1139
- 

Return to bug 40556