Lines 246-252
$(document).ready(function() {
Link Here
|
246 |
[% ELSIF ( mv.type == 'text_auth' ) %] |
246 |
[% ELSIF ( mv.type == 'text_auth' ) %] |
247 |
<input type="text" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength -%]" value="[%- mv.value -%]" /> |
247 |
<input type="text" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength -%]" value="[%- mv.value -%]" /> |
248 |
[% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] |
248 |
[% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] |
249 |
<a href="#" class="buttonDot" onclick="[%- dopop -%]; return false;" title="Tag Editor">...</a> |
249 |
<a href="#" class="buttonDot" onclick="[%- dopop -%]; return false;" title="Tag editor">...</a> |
250 |
[% ELSIF ( mv.type == 'text_plugin' ) %] |
250 |
[% ELSIF ( mv.type == 'text_plugin' ) %] |
251 |
<input type="text" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength -%]" value="[%- mv.value -%]" /> |
251 |
<input type="text" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength -%]" value="[%- mv.value -%]" /> |
252 |
[% IF ( mv.nopopup ) %] |
252 |
[% IF ( mv.nopopup ) %] |
253 |
- |
|
|