From 4e4037e1107115ed676dfbe91d38e27419cb4d3e Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Thu, 21 Apr 2016 15:47:28 -0600 Subject: [PATCH] Bug 16322: Translatability: Also adding "Status unknown" to column table Also add the "Status unknown to the column table To test: follow previous commit --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 ++ 1 file changed, 2 insertions(+) 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 c19128e..31b06d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -570,6 +570,8 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Checked [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %] + [% ELSE %] + Status unknown [% END %] [% IF ( suggestions_loo.reason ) %] -- 1.7.10.4