Bugzilla – Attachment 146175 Details for
Bug 32817
Clean up cataloguing/value_builder/dateaccessioned.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32817: Stop links from jumping to top of page
Bug-32817-Stop-links-from-jumping-to-top-of-page.patch (text/plain), 2.67 KB, created by
Lucas Gass (lukeg)
on 2023-02-04 00:21:41 UTC
(
hide
)
Description:
Bug 32817: Stop links from jumping to top of page
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-02-04 00:21:41 UTC
Size:
2.67 KB
patch
obsolete
>From c4aeb5b7c5c01cd8f3d57f63d9adc8de46911667 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Sat, 4 Feb 2023 00:21:01 +0000 >Subject: [PATCH] Bug 32817: Stop links from jumping to top of page > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 dd8682a2b7e..3b14dc82c93 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >@@ -129,7 +129,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" onclick="[%- dopop | html -%]; return false;" title="Tag editor">...</a> > [% END %] > [% ELSIF ( mv.type == 'text_plugin' ) %] > [% IF mv.readonly %] >@@ -137,9 +137,9 @@ > [% ELSE %] > <input type="text" id="[%- mv.id | html -%]" name="[% kohafield | html %]" class="input_marceditor [% kohafield | html %]" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]" /> > [% IF ( mv.nopopup ) %] >- <a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="No popup">...</a> >+ <a href="#/" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="No popup">...</a> > [% ELSE %] >- <a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="Tag editor">...</a> >+ <a href="#/" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="Tag editor">...</a> > [% END %] > [% 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 %] > [%- mv.javascript | $raw -%] >-- >2.30.2
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 32817
:
146075
|
146175
|
148846
|
150096