Bugzilla – Attachment 92138 Details for
Bug 23446
Fix display issue with serials navigation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23446: Fix display issue in serials navigation
Bug-23446-Fix-display-issue-in-serials-navigation.patch (text/plain), 1.92 KB, created by
Katrin Fischer
on 2019-08-10 19:39:31 UTC
(
hide
)
Description:
Bug 23446: Fix display issue in serials navigation
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-08-10 19:39:31 UTC
Size:
1.92 KB
patch
obsolete
>From 2627addef394c0c0879c14c7465ce6271c1b85b9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 9 Aug 2019 16:02:54 +0000 >Subject: [PATCH] Bug 23446: Fix display issue in serials navigation > >The serial navigation shows a little stangely on the >serial subscription detail page and other pages that show >information about a specific subscription with one of the menu items >having a different display height than the other items. > >To test: >- Go to the serials module >- Add or search for an existing subscription >- Go to the subscription detail page >- Verify the display issue in the navigation on the left >- Apply patch >- Check again from different pages in the serials module >- Verify display is improved >--- > koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >index 7cfa647fac..4a7fffd043 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >@@ -1,7 +1,7 @@ > <div id="navmenu"> > <div id="navmenulist"> >+ <ul> > [% IF ( subscriptionid ) %] >- <ul> > <li><a href="serials-collection.pl?subscriptionid=[% subscriptionid | uri %]">Serial collection</a></li> > [% UNLESS closed %] > [% IF ( routing && CAN_user_serials_routing ) %] >@@ -12,10 +12,8 @@ > [% END %] > [% END %] > [% END %] >- </ul> > [% END %] > >- <ul> > [% IF ( CAN_user_serials_claim_serials ) %] > <li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li> > [% END %] >@@ -37,4 +35,4 @@ > [% END %] > </ul> > </div> >-</div> >\ No newline at end of file >+</div> >-- >2.11.0
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 23446
:
92138
|
92150
|
92258