Bugzilla – Attachment 150748 Details for
Bug 33687
Clicking on a system preference sub-menu item does not scroll to that item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33687: Restore scroll to sub-tab
Bug-33687-Restore-scroll-to-sub-tab.patch (text/plain), 1.34 KB, created by
Martin Renvoize (ashimema)
on 2023-05-05 12:55:37 UTC
(
hide
)
Description:
Bug 33687: Restore scroll to sub-tab
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-05-05 12:55:37 UTC
Size:
1.34 KB
patch
obsolete
>From 558f7d8a135ab7195a2aa8d20609d534b3089eec Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 5 May 2023 12:08:44 +0000 >Subject: [PATCH] Bug 33687: Restore scroll to sub-tab > >Test plan: >Go to sys prefs, click 'Enhanced Content' >Click 'OverDrive', notice it doesnt scroll there > >Apply this patch: >Do the same test plan, but notice it does scroll there, like before > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >index d59de66cf6..a3a34bcab8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc >@@ -197,7 +197,7 @@ > <ul> > [% FOREACH LINE IN TAB.LINES %] > [% IF ( LINE.is_group_title ) %] >- <li><a class="pref_sublink" href="#[% LINE.title | $HtmlId %]">[% LINE.title | html %]</a></li> >+ <li><a class="pref_sublink" href="#[% TAB.tab_id | $HtmlId %]_[% LINE.title | $HtmlId %]">[% LINE.title | html %]</a></li> > [% END %] > [% END %] > </ul> >-- >2.40.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 33687
:
150740
| 150748