Bugzilla – Attachment 76593 Details for
Bug 20806
Item type in holds history table should be written as description, not code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20806: Surround string by span tag to help translation
Bug-20806-Surround-string-by-span-tag-to-help-tran.patch (text/plain), 1.04 KB, created by
Jonathan Druart
on 2018-06-29 20:37:14 UTC
(
hide
)
Description:
Bug 20806: Surround string by span tag to help translation
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-06-29 20:37:14 UTC
Size:
1.04 KB
patch
obsolete
>From 70b1d00a1324246103dfa8f7a3d88b79c3ac4c51 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 29 Jun 2018 17:36:51 -0300 >Subject: [PATCH] Bug 20806: Surround string by span tag to help translation > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index 8ba606f5dc..4586436c64 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -84,7 +84,7 @@ > [% IF hold.itemtype %] > [% ItemTypes.GetDescription( hold.itemtype ) %] > [% ELSE %] >- Any item type >+ <span>Any item type</span> > [% END %] > </td> > [% END %] >-- >2.11.0
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 20806
:
75625
|
76370
|
76585
|
76591
|
76592
| 76593