Bugzilla – Attachment 156468 Details for
Bug 34390
Inconsistencies in Credit types page titles, breadcrumbs, and header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34390: (follow-up) Add single quotes around credit type
Bug-34390-follow-up-Add-single-quotes-around-credi.patch (text/plain), 2.10 KB, created by
David Nind
on 2023-10-03 00:02:16 UTC
(
hide
)
Description:
Bug 34390: (follow-up) Add single quotes around credit type
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-10-03 00:02:16 UTC
Size:
2.10 KB
patch
obsolete
>From 0cd47d297d78940fe32b8a264435f9e0c527f6d8 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Tue, 3 Oct 2023 00:00:13 +0000 >Subject: [PATCH] Bug 34390: (follow-up) Add single quotes around credit type > >For consistency with other bugs - adds single quotes around the >credit type code. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/admin/credit_types.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >index f4e957394c..7849c066e7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >@@ -8,7 +8,7 @@ > <title>[% FILTER collapse %] > [% IF op =='add_form' %] > [% IF credit_type.code %] >- [% tx("Modify credit type {credit_type}", {credit_type = credit_type.code }) | html %] › >+ [% tx("Modify credit type '{credit_type}'", {credit_type = credit_type.code }) | html %] › > [% ELSE %] > [% t("New credit type") | html %] › > [% END %] >@@ -39,7 +39,7 @@ > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] > [% IF credit_type.code %] >- [% tx("Modify credit type {credit_type}", {credit_type = credit_type.code }) | html %] >+ [% tx("Modify credit type '{credit_type}'", {credit_type = credit_type.code }) | html %] > [% ELSE %] > <span>New credit type</span> > [% END %] >@@ -77,7 +77,7 @@ > > [% IF op == 'add_form' %] > [% IF credit_type %] >- <h1>[% tx("Modify credit type {credit_type}", {credit_type = credit_type.code }) | html %]</h1> >+ <h1>[% tx("Modify credit type '{credit_type}'", {credit_type = credit_type.code }) | html %]</h1> > [% ELSE %] > <h1>New credit type</h1> > [% END %] >-- >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 34390
:
156458
|
156467
|
156468
|
156496
|
156497
|
156676
|
156677