Bugzilla – Attachment 154134 Details for
Bug 34436
Some breadcrumbs lack <span> for translatability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34436: (QA follow-up) Move spans to surround full text
Bug-34436-QA-follow-up-Move-spans-to-surround-full.patch (text/plain), 1.99 KB, created by
Katrin Fischer
on 2023-08-01 20:44:41 UTC
(
hide
)
Description:
Bug 34436: (QA follow-up) Move spans to surround full text
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-08-01 20:44:41 UTC
Size:
1.99 KB
patch
obsolete
>From f0fcc8875b96b10ae01eda207928f2a8e1911012 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 1 Aug 2023 20:43:43 +0000 >Subject: [PATCH] Bug 34436: (QA follow-up) Move spans to surround full text > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 2 +- > .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index e053fb7ec2..4f1420ca83 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -45,7 +45,7 @@ MARC frameworks › Administration › Koha > <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Delete framework for [% framework.frameworktext | html %]</span> ([% framework.frameworkcode | html %])? >+ <span>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</span> > [% END %] > > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >index c58c7dca23..0e81bab63d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >@@ -361,7 +361,7 @@ > > [% IF ( authid ) %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Modify authority #[% authid | html %]</span> ([% authtypetext | html %]) >+ <span>Modify authority #[% authid | html %] ([% authtypetext | html %])</span> > [% END %] > > [% ELSE %] >-- >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 34436
:
153996
|
154128
|
154133
| 154134