Bugzilla – Attachment 81832 Details for
Bug 21709
Addbiblio shows clickable tag editor icons which do nothing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21709: Replace 'no popup' plugin links with a span
Bug-21709-Replace-no-popup-plugin-links-with-a-spa.patch (text/plain), 1.54 KB, created by
Jonathan Druart
on 2018-11-01 16:31:51 UTC
(
hide
)
Description:
Bug 21709: Replace 'no popup' plugin links with a span
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-11-01 16:31:51 UTC
Size:
1.54 KB
patch
obsolete
>From 628e4db2044c760a19ae917bec259f4e0f07f4ae Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 1 Nov 2018 13:31:31 -0300 >Subject: [PATCH] Bug 21709: Replace 'no popup' plugin links with a span > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 4d6a214113..47d709ee5c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -684,7 +684,7 @@ function Changefwk() { > <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 -%]" /> > <span class="subfield_controls"> > [% IF mv.noclick %] >- <a href="#" class="buttonDot tag_editor disabled" tabindex="-1" title="No popup"></a> >+ <span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></a> > [% ELSE %] > <a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21709
:
81832
|
89379
|
89390
|
89524