Bugzilla – Attachment 106518 Details for
Bug 25443
Improve translation of "Select the host record to link%s to"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25443: (follow-up) surround strings with <span>
Bug-25443-follow-up-surround-strings-with-span.patch (text/plain), 1.31 KB, created by
Julian Maurice
on 2020-07-03 14:11:39 UTC
(
hide
)
Description:
Bug 25443: (follow-up) surround strings with <span>
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-07-03 14:11:39 UTC
Size:
1.31 KB
patch
obsolete
>From 998838c652587a459dc50cb749a6b89515b175bb Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sun, 24 May 2020 08:51:27 -0300 >Subject: [PATCH] Bug 25443: (follow-up) surround strings with <span> > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt >index 0d5e51cb39..a26423560a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt >@@ -44,9 +44,9 @@ > <fieldset id="barcode_fieldset"> > <label for="barcode_fieldset"> > [% IF (bibliotitle ) %] >- Select the host record to link to '[% bibliotitle | html %]' >+ <span>Select the host record to link to '[% bibliotitle | html %]'</span> > [% ELSE %] >- Select the host record to link >+ <span>Select the host record to link</span> > [% END %] > </label> > <div class="hint">Enter item barcode:</div> >-- >2.20.1
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 25443
:
105309
|
105315
|
105316
|
106517
| 106518