Bugzilla – Attachment 179154 Details for
Bug 39299
cn_browser on 952$o fails to open from item editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39299: (follow-up) Consistent styling for authorities finder
Bug-39299-follow-up-Consistent-styling-for-authori.patch (text/plain), 1.56 KB, created by
Martin Renvoize (ashimema)
on 2025-03-11 10:12:14 UTC
(
hide
)
Description:
Bug 39299: (follow-up) Consistent styling for authorities finder
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-11 10:12:14 UTC
Size:
1.56 KB
patch
obsolete
>From 7367ddeffff9252835fd31bb22a62522cfde09b5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 11 Mar 2025 10:01:57 +0000 >Subject: [PATCH] Bug 39299: (follow-up) Consistent styling for authorities > finder > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >index e2ae80d714f..d6a602bb450 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >@@ -159,7 +159,7 @@ > [% ELSE %] > <input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> > [% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] >- <a href="#" class="buttonDot" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> >+ <a href="#" class="buttonDot tag_editor" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> > [% END %] > [% ELSIF ( mv.type == 'text_plugin' ) %] > [% IF mv.readonly %] >-- >2.48.1
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 39299
:
179146
|
179147
|
179152
|
179153
| 179154