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:
parent
65405c5a96
commit
0a103054be
1 changed files with 4 additions and 0 deletions
|
@ -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> </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 %]&op=show" title="suggestion" >
|
||||
[% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a>
|
||||
|
|
Loading…
Reference in a new issue