From 042eb91eaff711852b3d3ed7ba47c588b9b598e7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Jun 2019 16:49:36 +0000 Subject: [PATCH] Bug 22851: Style navigation links in serials modules like same links in other modules This patch makes minor markup changes to the serials sidebar menu include so that links are displayed in a style consistent with similar menus in other areas of the staff client. This patch contains whitespace changes, so please use the "-w" flag when viewing the diff. To test, apply the patch and go to the Serials module. The links in the sidebar menu should be displayed in the same style as the corresponding menu on the Acquisitions home page. --- .../prog/en/includes/serials-menu.inc | 72 ++++++++++++---------- 1 file changed, 38 insertions(+), 34 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 e99b614..7cfa647 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc @@ -1,36 +1,40 @@ -[% IF ( subscriptionid ) %] - -[% END %] - + + + \ No newline at end of file -- 2.1.4