Bugzilla – Attachment 37652 Details for
Bug 9089
show suggestion number on suggestion management
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9089 - show suggestion number
PASSED-QA-Bug-9089---show-suggestion-number.patch (text/plain), 1.92 KB, created by
Kyle M Hall (khall)
on 2015-04-10 14:13:42 UTC
(
hide
)
Description:
[PASSED QA] Bug 9089 - show suggestion number
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-10 14:13:42 UTC
Size:
1.92 KB
patch
obsolete
>From 7b79c7d360c8f0cd99800f6146b12b96ee92958d Mon Sep 17 00:00:00 2001 >From: Nicolas Legrand <nicolas.legrand@bulac.fr> >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 <nengard@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../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 > <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> >@@ -507,6 +508,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 %]&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 %]&op=edit" title="suggestion" >edit</a>] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9089
:
37265
|
37351
|
37358
|
37369
| 37652