Bugzilla – Attachment 96745 Details for
Bug 24308
Add ability to sort by dates in the suggestions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24308: Suggestions table on suggestions.pl should have separate columns for dates
Bug-24308-Suggestions-table-on-suggestionspl-shoul.patch (text/plain), 2.78 KB, created by
Owen Leonard
on 2020-01-02 14:04:43 UTC
(
hide
)
Description:
Bug 24308: Suggestions table on suggestions.pl should have separate columns for dates
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-01-02 14:04:43 UTC
Size:
2.78 KB
patch
obsolete
>From 6aae15eafd194a3cc9c77d6de9c569c29073f525 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 26 Dec 2019 17:12:25 +0000 >Subject: [PATCH] Bug 24308: Suggestions table on suggestions.pl should have > separate columns for dates > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 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 d4bb01b4c97..b896da541d6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -503,8 +503,10 @@ > <tr> > <th class="NoSort"> </th> > <th class="anti-the">Suggestion</th> >- <th>Suggested by - on</th> >- <th>Managed by - on</th> >+ <th>Suggested by</th> >+ <th>Suggested on</th> >+ <th>Managed by</th> >+ <th>Managed on</th> > <th>Library</th> > <th>Fund</th> > <th>Status</th> >@@ -527,11 +529,15 @@ > </td> > <td> > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby | html %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby | html %])[% END %]</a> >- [% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate | $KohaDates %][% END %] >+ </td> >+ <td data-order="[% suggestions_loo.suggesteddate | html %]"> >+ [% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] > </td> > <td> > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %]</a> >- [% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %] >+ </td> >+ <td data-order="[% suggestions_loo.manageddate | html %]"> >+ [% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %] > </td> > <td> > [% Branches.GetName( suggestions_loo.branchcode ) | html %] >-- >2.11.0
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 24308
:
96642
|
96745
|
96774