Bugzilla – Attachment 159184 Details for
Bug 34573
Inconsistencies in acquisitions modify vendor title tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34573: (follow-up) Additional updates for modify vendor page
Bug-34573-follow-up-Additional-updates-for-modify-.patch (text/plain), 1.87 KB, created by
David Nind
on 2023-11-21 23:13:54 UTC
(
hide
)
Description:
Bug 34573: (follow-up) Additional updates for modify vendor page
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-21 23:13:54 UTC
Size:
1.87 KB
patch
obsolete
>From cce4eee5f6b15ff9a7c4f84c217c7140266e886a Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Tue, 21 Nov 2023 23:11:02 +0000 >Subject: [PATCH] Bug 34573: (follow-up) Additional updates for modify vendor > page > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index 75822c4a15..45b646b11f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -147,9 +147,9 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>[% FILTER collapse %] > [% IF ( enter ) %] >- [% tx("Modify vendor {vendor}", { vendor = name }) | html %] >+ [% tx("Modify vendor '{vendor}'", { vendor = name }) | html %] > [% ELSE %] >- [% tx("Vendor {vendor}", { vendor = name }) | html %] >+ [% tx("Vendor '{vendor}'", { vendor = name }) | html %] > [% END %] › > [% t("Acquisitions") | html %] › > [% t("Koha") | html %] >@@ -173,7 +173,7 @@ > <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Modify vendor [% name | html %]</span> >+ <span>Modify vendor '[% name | html %]'</span> > [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >@@ -195,7 +195,7 @@ > > [% IF ( enter ) %] > [% IF ( booksellerid ) %] >- <h1>Update: [% name | html %]</h1> >+ <h1>Modify vendor '[% name | html %]'</h1> > [% ELSE %] > <h1>Add vendor</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 34573
:
159162
|
159183
|
159184
|
159435
|
159436
|
167540