Lines 129-135
Link Here
|
129 |
[% ELSE %] |
129 |
[% ELSE %] |
130 |
<input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
130 |
<input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
131 |
[% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] |
131 |
[% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] |
132 |
<a href="#" class="buttonDot" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> |
132 |
<a href="#/" class="buttonDot" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> |
133 |
[% END %] |
133 |
[% END %] |
134 |
[% ELSIF ( mv.type == 'text_plugin' ) %] |
134 |
[% ELSIF ( mv.type == 'text_plugin' ) %] |
135 |
[% IF mv.readonly %] |
135 |
[% IF mv.readonly %] |
Lines 137-145
Link Here
|
137 |
[% ELSE %] |
137 |
[% ELSE %] |
138 |
<input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
138 |
<input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> |
139 |
[% IF ( mv.nopopup ) %] |
139 |
[% IF ( mv.nopopup ) %] |
140 |
<a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="No popup">...</a> |
140 |
<a href="#/" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="No popup">...</a> |
141 |
[% ELSE %] |
141 |
[% ELSE %] |
142 |
<a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="Tag editor">...</a> |
142 |
<a href="#/" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="Tag editor">...</a> |
143 |
[% END %] |
143 |
[% END %] |
144 |
[% UNLESS no_plugin %][%# FIXME - from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %] |
144 |
[% UNLESS no_plugin %][%# FIXME - from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %] |
145 |
[%- mv.javascript | $raw -%] |
145 |
[%- mv.javascript | $raw -%] |
146 |
- |
|
|