Bugzilla – Attachment 89524 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), 2.00 KB, created by
Marcel de Rooy
on 2019-05-10 07:18:35 UTC
(
hide
)
Description:
Bug 21709: Replace 'no popup' plugin links with a span
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-05-10 07:18:35 UTC
Size:
2.00 KB
patch
obsolete
>From e1e48dbc44e157ee39ff39489befd0e295733f9f 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 >Content-Type: text/plain; charset=utf-8 > >Test plan: >Edit a bibliographic record >Notice that the icons next to fields linked with a plugin can be a link >or not. The browser displays a pointer or not. > >It will remove the ambiguity to display an icon that is clickable but >does nothing when clicked. >We could also have another icon to disociate both behaviors. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 2aa091ed5c..ce906bd9d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -737,7 +737,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"></span> > [% 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