From 078e4ca66b44f0ac53aa4b919c7673c79168e042 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add the "Status unknown to the column table To test: follow previous commit Signed-off-by: Marc VĂ©ron --- 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