From 7b79c7d360c8f0cd99800f6146b12b96ee92958d Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 26 Mar 2015 12:15:33 +0100 Subject: [PATCH] [PASSED QA] Bug 9089 - show suggestion number Show suggestion number on suggestion management. Signed-off-by: Nicole Engard Signed-off-by: Kyle M Hall --- .../prog/en/modules/suggestion/suggestion.tt | 4 ++++ 1 files changed, 4 insertions(+), 0 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 aeb8946..a145e25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -493,6 +493,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o + @@ -507,6 +508,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 %] [edit] -- 1.7.2.5