Bug 9089: show suggestion number

Show suggestion number on suggestion management.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Nicolas Legrand 2015-03-26 12:15:33 +01:00 committed by Tomas Cohen Arazi
parent 65405c5a96
commit 0a103054be

View file

@ -505,6 +505,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
<table id="[% suggestion.suggestiontype %]t" class="sorted">
<thead>
<tr><th>&nbsp;</th>
<th>No.</th>
<th class="anti-the">Suggestion</th>
<th>Suggested by - on</th>
<th>Managed by - on</th>
@ -518,6 +519,9 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
<td>
<input type="checkbox" name="edit_field" value="[% suggestions_loo.suggestionid %]" />
</td>
<td>
[% suggestions_loo.suggestionid %]
</td>
<td>
<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=show" title="suggestion" >
[% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a>