Bugzilla – Attachment 58332 Details for
Bug 17800
Add admin sidebar menu to marc-subfields-structure.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17800: Add admin sidebar menu to marc-subfields-structure.pl
Bug-17800-Add-admin-sidebar-menu-to-marc-subfields.patch (text/plain), 1.74 KB, created by
Aleisha Amohia
on 2016-12-21 03:02:57 UTC
(
hide
)
Description:
Bug 17800: Add admin sidebar menu to marc-subfields-structure.pl
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-12-21 03:02:57 UTC
Size:
1.74 KB
patch
obsolete
>From a37ada1e9a7c03ebe80816ce9ed124c522477467 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >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 >--- > .../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 %] > </div> > >-<div id="doc" class="yui-t7"> >- >- <div id="bd"> >- <div id="yui-main"> >- <div class="yui-g"> >+<div id="doc3" class="yui-t2"> >+ >+ <div id="bd"> >+ <div id="yui-main"> >+ <div class="yui-b"> > > [% IF ( add_form ) %] > <h1> >@@ -308,5 +308,8 @@ > > </div> > </div> >+<div class="yui-b noprint"> >+ [% INCLUDE 'admin-menu.inc' %] >+</div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >-- >2.1.4
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 17800
:
58332
|
58364
|
58547