Bugzilla – Attachment 50543 Details for
Bug 16322
Translatability: "Unknown" in suggestion/suggestion.pl not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16322 Translatability: "Unknown" in suggestion/suggestion.pl not translatable
Bug-16322---Translatability-Unknown-in-suggestions.patch (text/plain), 2.02 KB, created by
Héctor Eduardo Castro Avalos
on 2016-04-21 21:39:06 UTC
(
hide
)
Description:
Bug 16322 Translatability: "Unknown" in suggestion/suggestion.pl not translatable
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-04-21 21:39:06 UTC
Size:
2.02 KB
patch
obsolete
>From 2ef18ef104b577e285742be7d2eaa51cfb176c28 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 21 Apr 2016 21:13:46 +0200 >Subject: [PATCH] Bug 16322 - Translatability: "Unknown" in > suggestion/suggestion.pl not translatable > >This patch adds translatability for the tab "Unknown" in >koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt > >To test: >- Apply patch >- Examine koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt > and verify that it handles the label "Unknown" (line 496) >- Go to suggestion/suggestion.pl, set status of a suggestion to -- Choose a status -- > and verify that the tab "Status unknown" appears >- Bonus test: Go through a translation process and verify that "Status unknown" is > translated > >Note: If you have a suggestion with unknown status, all suggestions are listed under > this tab. This is not in the scope of this bug; this bug is about translation > only. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as expected >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 95c7c7f..c19128e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -493,6 +493,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o > [% ELSIF (suggestion.suggestiontypelabel == "Rejected") %]Rejected > [% ELSIF (suggestion.suggestiontypelabel == "Available") %]Available > [% ELSIF (suggestion.suggestiontypelabel == "Ordered") %]Ordered >+ [% ELSIF (suggestion.suggestiontypelabel == "Unknown") %]Status unknown > [% ELSE %][% suggestion.suggestiontypelabel %][% END %] > [% ELSE %] > [% IF ( suggestion.suggestiontype ) %] >-- >1.7.10.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 16322
:
50541
|
50543
|
50544
|
50560
|
50575
|
50576