Bugzilla – Attachment 118852 Details for
Bug 27980
Replace obsolete title-string sorting: Catalog templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27980: (follow-up) Address missing instance
Bug-27980-follow-up-Address-missing-instance.patch (text/plain), 2.00 KB, created by
Martin Renvoize (ashimema)
on 2021-03-26 12:15:36 UTC
(
hide
)
Description:
Bug 27980: (follow-up) Address missing instance
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-26 12:15:36 UTC
Size:
2.00 KB
patch
obsolete
>From 64f15a747ea9b194554268eef31def623dd6a425 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 13:47:53 +0000 >Subject: [PATCH] Bug 27980: (follow-up) Address missing instance > >- Search history -> Current and previous catalog searches > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/catalogue/search-history.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >index 9235d199a5..473fbca7eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >@@ -55,7 +55,7 @@ > [% FOREACH s IN current_biblio_searches %] > <tr> > <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td> >- <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> >+ <td data-order="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</td> > <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td> > <td>[% s.total | html %]</td> > </tr> >@@ -96,7 +96,7 @@ > [% FOREACH s IN previous_biblio_searches %] > <tr> > <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td> >- <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> >+ <td data-order="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 %]</td> > <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td> > <td>[% s.total | html %]</td> > </tr> >-- >2.20.1
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 27980
:
118459
|
118497
|
118581
|
118799
|
118851
| 118852 |
118853
|
119218