From 1fce13c14443f4d37eaa627420409e9011412090 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 21 Dec 2016 02:59:44 +0000 Subject: [PATCH] Bug 17800: Add admin sidebar menu to marc-subfields-structure.pl Adding to marc-subfields-structure because auth-subfields-structure has it, so I assume it was just missed when the admin-menu was added. To test: 1) Go to admin -> MARC bibliographic frameworks -> Actions for any framework -> MARC structure -> Actions for any tag -> Subfields 2) Notice no admin-menu on the side 3) Apply patch and refresh page 4) Notice admin-menu now shows Note: the link in the sidebar menu for MARC bibliographic frameworks does not show as active (bold) from this page. This is fixed in Bug 17794 Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- .../prog/en/modules/admin/marc_subfields_structure.tt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index bb60a1b..d84f218 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -24,11 +24,11 @@ [% IF ( else ) %]Tag [% tagfield | html %] Subfield structure[% END %] -
- -
-
-
+
+ +
+
+
[% IF ( add_form ) %]

@@ -308,5 +308,8 @@

+
+ [% INCLUDE 'admin-menu.inc' %] +
[% INCLUDE 'intranet-bottom.inc' %] -- 2.1.4