Bugzilla – Attachment 145877 Details for
Bug 32766
Update plugin unimarc_field_116.pl fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32766: (follow-up) Fix translation function
Bug-32766-follow-up-Fix-translation-function.patch (text/plain), 2.37 KB, created by
Thibaud Guillot (thibaud_g)
on 2023-01-31 14:31:34 UTC
(
hide
)
Description:
Bug 32766: (follow-up) Fix translation function
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2023-01-31 14:31:34 UTC
Size:
2.37 KB
patch
obsolete
>From e506dd6bd72d574a5dde611c033ec048f45f7b74 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Tue, 31 Jan 2023 15:27:09 +0100 >Subject: [PATCH] Bug 32766: (follow-up) Fix translation function > >The previous syntax causes a warning during the execution of the translation script >--- > .../cataloguing/value_builder/unimarc_field_116.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >index 0044f22d41..16f6588c87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >@@ -1,4 +1,4 @@ >-[% SET footerjs = 1 %] >+q[% SET footerjs = 1 %] > [% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] > <title>UNIMARC field 116 builder</title> >@@ -890,7 +890,7 @@ > </tr> > > <tr> >- <td><label for="f8">Techniques - [% tp('UNIMARC 116 painting techniques', 'print') | html %] 1</label></td> >+ <td><label for="f8">[% tp('UNIMARC 116 painting techniques', 'Techniques (print) 1') | html %]</label></td> > <td> > <select name="f8" id="f8"> > [% IF ( f8dblpipe ) %] >@@ -1083,7 +1083,7 @@ > > </tr> > <tr> >- <td><label for="f9">Techniques - [% tp('UNIMARC 116 painting techniques', 'print') | html %] 2</label></td> >+ <td><label for="f9">[% tp('UNIMARC 116 painting techniques', 'Techniques (print) 2') | html %]</label></td> > <td> > <select name="f9" id="f9"> > [% IF ( f9dblpipe ) %] >@@ -1279,7 +1279,7 @@ > </td> > </tr> > <tr> >- <td><label for="f10">Techniques - [% tp('UNIMARC 116 painting techniques', 'print') | html %] 3</label></td> >+ <td><label for="f10">[% tp('UNIMARC 116 painting techniques', 'Techniques (print) 3') | html %]</label></td> > <td> > <select name="f10" id="f10"> > [% IF ( f10dblpipe ) %] >-- >2.25.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 32766
:
145842
|
145843
|
145844
|
145877
|
150794
|
150795
|
150810
|
150811
|
150812