From aeb3b56f91e00e4f7669d23915fcc78a59feb985 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Signed-off-by: Owen Leonard --- 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 7cfa647face..4a7fffd0436 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 @@ \ No newline at end of file + -- 2.11.0