Bugzilla – Attachment 159436 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.97 KB, created by
Marcel de Rooy
on 2023-12-01 10:21:10 UTC
(
hide
)
Description:
Bug 34573: (follow-up) Additional updates for modify vendor page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-12-01 10:21:10 UTC
Size:
1.97 KB
patch
obsolete
>From 07d2e55e1fe08f39c447422f0972d56e39b6bc6e 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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