Bugzilla – Attachment 125368 Details for
Bug 29041
Improve specificity of breadcrumbs in Additional Contents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29041: (follow-up) Expand the scope of changes
Bug-29041-follow-up-Expand-the-scope-of-changes.patch (text/plain), 1.72 KB, created by
Owen Leonard
on 2021-09-27 16:50:19 UTC
(
hide
)
Description:
Bug 29041: (follow-up) Expand the scope of changes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-27 16:50:19 UTC
Size:
1.72 KB
patch
obsolete
>From d035b4b9f917433f27d045440286a44261a73332 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 27 Sep 2021 16:44:12 +0000 >Subject: [PATCH] Bug 29041: (follow-up) Expand the scope of changes > >This patch expands the scope of the original changes to add consistency >to the non-edit views. >--- > .../prog/en/modules/tools/additional-contents.tt | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index 0cf72a153f..5648a35366 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -32,10 +32,10 @@ > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> > </li> > >- [% IF op == 'add_form' %] > <li> > <a href="/cgi-bin/koha/tools/additional-contents.pl">Additional contents</a> > </li> >+ [% IF op == 'add_form' %] > <li> > [% IF category == 'news' %] > <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a> >@@ -55,11 +55,15 @@ > [% ELSE %] > <li> > <a href="#" aria-current="page"> >- Additional contents >- ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) >+ [% IF category == 'news' %] >+ News >+ [% ELSE %] >+ HTML customizations >+ [% END %] > </a> > </li> > [% END %] >+ > </ol> > </nav> > >-- >2.20.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 29041
:
124940
|
124977
|
125368
|
125650
|
125651