Bugzilla – Attachment 152745 Details for
Bug 34131
Plugins page breadcrumbs and side menu not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34131: Update breadcrumbs and side bar
Bug-34131-Update-breadcrumbs-and-side-bar.patch (text/plain), 2.58 KB, created by
Owen Leonard
on 2023-06-27 14:01:10 UTC
(
hide
)
Description:
Bug 34131: Update breadcrumbs and side bar
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-27 14:01:10 UTC
Size:
2.58 KB
patch
obsolete
>From b434acbdea7e0f9d6688e7133a39e64ff3f7a482 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 27 Jun 2023 12:33:16 +0000 >Subject: [PATCH] Bug 34131: Update breadcrumbs and side bar > >Update plugins-home accordingly if tool plugins only filter is being >used or not. >Update breadcrumbs for plugins-disabled page > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/plugins/plugins-disabled.tt | 2 +- > .../prog/en/modules/plugins/plugins-home.tt | 12 ++++++++++-- > 2 files changed, 11 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >index c94a38348c..9b799ccae2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt >@@ -13,7 +13,7 @@ > [% WRAPPER 'sub-header.inc' %] > [% WRAPPER breadcrumbs %] > [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a> >+ <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] > <span>Plugins disabled</span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 4a1a2325c9..cccf659853 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -15,7 +15,11 @@ > [% WRAPPER 'sub-header.inc' %] > [% WRAPPER breadcrumbs %] > [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> >+ [% IF ( method == 'tool' ) %] >+ <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> >+ [% ELSE %] >+ <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> >+ [% END %] > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] > <span>Plugins</span> >@@ -223,7 +227,11 @@ > > <div class="col-sm-2 col-sm-pull-10"> > <aside> >- [% INCLUDE 'tools-menu.inc' %] >+ [% IF ( method == 'tool' ) %] >+ [% INCLUDE 'tools-menu.inc' %] >+ [% ELSE %] >+ [% INCLUDE 'admin-menu.inc' %] >+ [% END %] > </aside> > </div> <!-- /.col-sm-2.col-sm-pull-10 --> > </div> <!-- /.row --> >-- >2.30.2
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 34131
:
152727
|
152728
|
152745
|
152746
|
153150
|
153151
|
153152
|
153164
|
153165
|
153166
|
153167