Bugzilla – Attachment 64160 Details for
Bug 18648
Translatability: Get rid of tt directives in translation for macles.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18648: Restore hyphen
Bug-18648-Restore-hyphen.patch (text/plain), 1.41 KB, created by
Marc Véron
on 2017-06-09 16:04:54 UTC
(
hide
)
Description:
Bug 18648: Restore hyphen
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-06-09 16:04:54 UTC
Size:
1.41 KB
patch
obsolete
>From ec78875f8e4ff8201400d4fdbf6e80c76add4576 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Fri, 9 Jun 2017 17:59:18 +0200 >Subject: [PATCH] Bug 18648: Restore hyphen > >See comment #10 >Hyphen restored and moved as string inside the tt directive to avoid that it >is picked for translation. >--- > .../intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt >index 2aefdf7..27d472f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt >@@ -53,7 +53,7 @@ > </th> > [% FOREACH cell IN line.cells %] > <td headers="[% cell.rowvalue %] [% cell.colvalue %]"> >- [% BLOCK spantitle %][% FOREACH lib IN cell.libs %][% lib.lib |html %][% END %][% END %] >+ [% BLOCK spantitle %][% FOREACH lib IN cell.libs %][% lib.lib |html _ ' - ' %][% END %][% END %] > <span title="[% INCLUDE spantitle %]"> > [% cell.celvalue %] <br /><input type="checkbox" name="[% cell.celvalue %]" value="[% cell.celvalue %]" /> > </span> >-- >2.1.4
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 18648
:
63592
|
63599
|
63853
|
63987
|
64060
|
64160
|
64162