From 81c18c7da272155dc3f7a6b79175845ce8bd08d3 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 Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall (cherry picked from commit f7d82d098a21bb06d3450a5696091c173d992561) Signed-off-by: Julian Maurice --- .../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 681924227f..14a5a40691 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -549,6 +549,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 ) %] -- 2.39.5