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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +1 lines)
Lines 737-743 function Changefwk() { Link Here
737
                    <input type="text" id="[%- mv.id | html -%]" name="[%- mv.name | html -%]" value="[%- mv.value | html -%]" class="input_marceditor framework_plugin" tabindex="1" size="[%- mv.size | html -%]" maxlength="[%- mv.maxlength | html -%]" />
737
                    <input type="text" id="[%- mv.id | html -%]" name="[%- mv.name | html -%]" value="[%- mv.value | html -%]" class="input_marceditor framework_plugin" tabindex="1" size="[%- mv.size | html -%]" maxlength="[%- mv.maxlength | html -%]" />
738
                    <span class="subfield_controls">
738
                    <span class="subfield_controls">
739
                        [% IF mv.noclick %]
739
                        [% IF mv.noclick %]
740
                            <a href="#" class="buttonDot tag_editor disabled" tabindex="-1" title="No popup"></a>
740
                            <span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></span>
741
                        [% ELSE %]
741
                        [% ELSE %]
742
                            <a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a>
742
                            <a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a>
743
                        [% END %]
743
                        [% END %]
744
- 

Return to bug 21709