Bugzilla – Attachment 153164 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.66 KB, created by
Jonathan Druart
on 2023-07-07 11:54:50 UTC
(
hide
)
Description:
Bug 34131: Update breadcrumbs and side bar
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-07 11:54:50 UTC
Size:
2.66 KB
patch
obsolete
>From 386208dd3567bbea7105667e212d9a27057f1c84 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> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.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 c94a38348c4..9b799ccae28 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 4a1a2325c95..cccf659853a 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.25.1
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