Bugzilla – Attachment 170876 Details for
Bug 37733
Preservation link in the header menu is not styled correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37733: Fix header menu style for preservation link
Bug-37733-Fix-header-menu-style-for-preservation-l.patch (text/plain), 1.61 KB, created by
Owen Leonard
on 2024-08-29 15:59:12 UTC
(
hide
)
Description:
Bug 37733: Fix header menu style for preservation link
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-08-29 15:59:12 UTC
Size:
1.61 KB
patch
obsolete
>From 99ef15df4a1e4fca73cad6f3a9262113fd135b3c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 29 Aug 2024 15:56:29 +0000 >Subject: [PATCH] Bug 37733: Fix header menu style for preservation link > >This patch adds the missing "dropdown-item" class to the link in the >header menu for the preservation module. > >To test, apply the patch and enable the preservation module >(PreservationModule). > >Reload the page and click "More" in the header menu. The "Preservation" >link should be styled like all the others. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 97d4dedabf..7fb570c854 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -56,7 +56,7 @@ > <li><a class="dropdown-item" href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></li> > [% END %] > [% IF Koha.Preference('PreservationModule') && CAN_user_preservation %] >- <li><a href="/cgi-bin/koha/preservation/home.pl">Preservation</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/preservation/home.pl">Preservation</a></li> > [% END %] > [% IF ( CAN_user_reports ) %] > <li><a class="dropdown-item" href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li> >-- >2.39.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 37733
:
170876
|
170948
|
170957