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 684-690 function Changefwk() { Link Here
684
                    <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 -%]" />
684
                    <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 -%]" />
685
                    <span class="subfield_controls">
685
                    <span class="subfield_controls">
686
                        [% IF mv.noclick %]
686
                        [% IF mv.noclick %]
687
                            <a href="#" class="buttonDot tag_editor disabled" tabindex="-1" title="No popup"></a>
687
                            <span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></a>
688
                        [% ELSE %]
688
                        [% ELSE %]
689
                            <a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a>
689
                            <a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a>
690
                        [% END %]
690
                        [% END %]
691
- 

Return to bug 21709