From c4aeb5b7c5c01cd8f3d57f63d9adc8de46911667 Mon Sep 17 00:00:00 2001 From: Lucas Gass 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 %] [% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] - ... + ... [% END %] [% ELSIF ( mv.type == 'text_plugin' ) %] [% IF mv.readonly %] @@ -137,9 +137,9 @@ [% ELSE %] [% IF ( mv.nopopup ) %] - ... + ... [% ELSE %] - ... + ... [% 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