From 0a103054be7b26d94c5bec00d6f34508e8149416 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 26 Mar 2015 12:15:33 +0100 Subject: [PATCH] Bug 9089: show suggestion number Show suggestion number on suggestion management. Signed-off-by: Nicole Engard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++++ 1 file changed, 4 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 c609a056e0..83e0e2da89 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -505,6 +505,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o + @@ -518,6 +519,9 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o +
 No. Suggestion Suggested by - on Managed by - on + [% suggestions_loo.suggestionid %] + [% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %] -- 2.20.1