Bug 9089: show suggestion number
authorNicolas Legrand <nicolas.legrand@bulac.fr>
Thu, 26 Mar 2015 11:15:33 +0000 (12:15 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 5 May 2015 18:17:25 +0000 (15:17 -0300)
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>

koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt

index c609a05..83e0e2d 100644 (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>
@@ -519,6 +520,9 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
                     <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>
                     [<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=edit" title="suggestion" >edit</a>]