Bugzilla – Attachment 150739 Details for
Bug 32926
Cannot expand or collapse some System preference sections after a search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32926: Restore scroll to sub-tab
Bug-32926-Restore-scroll-to-sub-tab.patch (text/plain), 1.27 KB, created by
Pedro Amorim
on 2023-05-05 12:09:36 UTC
(
hide
)
Description:
Bug 32926: Restore scroll to sub-tab
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-05-05 12:09:36 UTC
Size:
1.27 KB
patch
obsolete
>From 46980d42f8244e1adb0be12164722a91b4679ba1 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 32926: 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 >--- > 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.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 32926
:
146440
|
146441
|
146448
|
146852
|
146973
|
146974
|
147197
|
147198
|
147199
|
150739