Lines 314-320
Link Here
|
314 |
</div> |
314 |
</div> |
315 |
[% END %] |
315 |
[% END %] |
316 |
|
316 |
|
317 |
<form action="/cgi-bin/koha/acqui/addorder.pl" method="post" class="validated noEnterSubmit" id="Aform" onsubmit="return Check(this);" > |
317 |
<form action="/cgi-bin/koha/acqui/addorder.pl" method="post" class="validated noEnterSubmit marc_editor" id="Aform" onsubmit="return Check(this);" > |
318 |
[% INCLUDE 'csrf-token.inc' %] |
318 |
[% INCLUDE 'csrf-token.inc' %] |
319 |
|
319 |
|
320 |
<fieldset class="rows"> |
320 |
<fieldset class="rows"> |
Lines 802-808
Link Here
|
802 |
[% END %] |
802 |
[% END %] |
803 |
|
803 |
|
804 |
[% ELSIF ( mv.type == 'text_complex' ) %] |
804 |
[% ELSIF ( mv.type == 'text_complex' ) %] |
805 |
<input type="text" id="[%- mv.id | html -%]" name="bib_field_value" value="[%- mv.value | html -%]" class="input_marceditor framework_plugin" tabindex="1" size="[%- mv.size | html -%]" maxlength="[%- mv.maxlength | html -%]" /> |
805 |
<input type="text" id="[%- mv.id | html -%]" name="bib_field_value" value="[%- mv.value | html -%]" class="input_marceditor framework_plugin" tabindex="1" size="[%- mv.size | html -%]" maxlength="[%- mv.maxlength | html -%]" data-plugin="[% mv.plugin | html %]" /> |
806 |
[% mv.javascript | $raw %] |
806 |
[% mv.javascript | $raw %] |
807 |
[% ELSIF ( mv.type == 'hidden' ) %] |
807 |
[% ELSIF ( mv.type == 'hidden' ) %] |
808 |
<input tabindex="1" type="hidden" id="[%- mv.id | html -%]" name="bib_field_value" size="[%- mv.size | html -%]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
808 |
<input tabindex="1" type="hidden" id="[%- mv.id | html -%]" name="bib_field_value" size="[%- mv.size | html -%]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
Lines 826-834
Link Here
|
826 |
<span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></span> |
826 |
<span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></span> |
827 |
[% ELSE %] |
827 |
[% ELSE %] |
828 |
[% IF mv.plugin == "upload.pl" %] |
828 |
[% IF mv.plugin == "upload.pl" %] |
829 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="tag_editor upload framework_plugin" tabindex="1"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a> |
829 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="tag_editor upload framework_plugin" tabindex="1" data-plugin="[% mv.plugin | html %]"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a> |
830 |
[% ELSE %] |
830 |
[% ELSE %] |
831 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a> |
831 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor" data-plugin="[% mv.plugin | html %]">Tag editor</a> |
832 |
[% END %] |
832 |
[% END %] |
833 |
[% END %] |
833 |
[% END %] |
834 |
[% END %] |
834 |
[% END %] |
835 |
- |
|
|