Bugzilla – Attachment 167540 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) Add better logic for add/update title and headers
Bug-34573-follow-up-Add-better-logic-for-addupdate.patch (text/plain), 1.85 KB, created by
Owen Leonard
on 2024-06-06 12:55:57 UTC
(
hide
)
Description:
Bug 34573: (follow-up) Add better logic for add/update title and headers
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-06-06 12:55:57 UTC
Size:
1.85 KB
patch
obsolete
>From ed9611138cb4a90ee9ecaf97556e467d78d7f754 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 6 Jun 2024 12:54:18 +0000 >Subject: [PATCH] Bug 34573: (follow-up) Add better logic for add/update title > and headers > >--- > .../intranet-tmpl/prog/en/modules/acqui/supplier.tt | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 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 23dda479ff..d556fc8a64 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -147,7 +147,11 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>[% FILTER collapse %] > [% IF ( enter ) %] >- [% tx("Modify vendor {vendor}", { vendor = name }) | html %] >+ [% IF ( booksellerid ) %] >+ [% tx("Modify vendor {vendor}", { vendor = name }) | html %] >+ [% ELSE %] >+ [% t("Add vendor") | html %] >+ [% END %] > [% ELSE %] > [% tx("Vendor {vendor}", { vendor = name }) | html %] > [% END %] › >@@ -173,7 +177,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> >+ [% tx("Modify vendor {vendor}", { vendor = name }) | html %] > [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >@@ -196,7 +200,7 @@ > > [% IF ( enter ) %] > [% IF ( booksellerid ) %] >- <h1>Update: [% name | html %]</h1> >+ <h1>[% tx("Modify vendor {vendor}", { vendor = name }) | html %]</h1> > [% ELSE %] > <h1>Add vendor</h1> > [% END %] >-- >2.39.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