Lines 159-165
Link Here
|
159 |
[% ELSE %] |
159 |
[% ELSE %] |
160 |
<input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
160 |
<input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
161 |
[% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] |
161 |
[% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] |
162 |
<a href="#" class="buttonDot" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> |
162 |
<a href="#" class="buttonDot tag_editor" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> |
163 |
[% END %] |
163 |
[% END %] |
164 |
[% ELSIF ( mv.type == 'text_plugin' ) %] |
164 |
[% ELSIF ( mv.type == 'text_plugin' ) %] |
165 |
[% IF mv.readonly %] |
165 |
[% IF mv.readonly %] |
166 |
- |
|
|