Bugzilla – Attachment 150076 Details for
Bug 33167
Cleanup staff interface catalog details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33167: Fix TT comment for better translatability
Bug-33167-Fix-TT-comment-for-better-translatabilit.patch (text/plain), 2.23 KB, created by
Katrin Fischer
on 2023-04-22 13:18:40 UTC
(
hide
)
Description:
Bug 33167: Fix TT comment for better translatability
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-22 13:18:40 UTC
Size:
2.23 KB
patch
obsolete
>From 1edf4032bfb333c2b3f552c194be2969bb22856a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 22 Apr 2023 10:16:59 +0000 >Subject: [PATCH] Bug 33167: Fix TT comment for better translatability > >We just figured out that multi-line TT comments show up >weirdly in translations and fixed it on bug 33332. So >this just follows the newly established pattern. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index eb61fc3bc4..4e979ada46 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -411,11 +411,10 @@ > <td class="homebranch"> > <span class="homebranchdesc">[% Branches.GetName(item.homebranch) | html %]</span> > <span class="shelvingloc"> >- [%# If permanent location is defined, show description or code and >- display current location in parentheses. If not, display current location. >- Note that permanent location is a code, and location may be an authval. >- %] >- [% IF item.permanent_location %] >+ [%# If permanent location is defined, show description or code and %] >+ [%# display current location in parentheses. If not, display current location. %] >+ [%# Note that permanent location is a code, and location may be an authval. %] >+ [% IF item.permanent_location %] > [% SET permloc_authval = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.permanent_location ) %] > [% permloc_authval | html %] > [% SET item_location = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) %] >-- >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 33167
:
148029
|
148082
|
148083
|
148084
|
148085
|
148431
|
148432
|
148433
|
148434
|
149677
|
149704
|
150075
| 150076