From 8a490046b650000d4beac9c8504e785f24bdcffd Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 26 Dec 2019 17:12:25 +0000 Subject: [PATCH] Bug 24308: Suggestions table on suggestions.pl should have separate columns for dates --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 38e5410bd0..b1de15a740 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -473,8 +473,10 @@   Suggestion - Suggested by - on - Managed by - on + Suggested by + Suggested on + Managed by + Managed on Library Fund Status @@ -497,11 +499,15 @@ [% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby | html %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby | html %])[% END %] - [% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate | $KohaDates %][% END %] + + + [% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] [% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %] - [% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %] + + + [% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %] [% Branches.GetName( suggestions_loo.branchcode ) | html %] -- 2.11.0