Bugzilla – Attachment 112764 Details for
Bug 26881
Remove the period at the end of 'Limit to currently available items' in facets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26881: Remove period on limit to available items on opac
Bug-26881-Remove-period-on-limit-to-available-item.patch (text/plain), 1.81 KB, created by
ByWater Sandboxes
on 2020-10-31 14:36:51 UTC
(
hide
)
Description:
Bug 26881: Remove period on limit to available items on opac
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-10-31 14:36:51 UTC
Size:
1.81 KB
patch
obsolete
>From 6d44d1fd2a07897b6efc03882e45ca53f9b1fe3e Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Date: Fri, 30 Oct 2020 20:58:30 +0000 >Subject: [PATCH] Bug 26881: Remove period on limit to available items on opac > >To test: >1- do a search on the opac >2- on the results page, it says "Limit to currently available items." >3- apply patch, restart, reload >4- period is gone > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index 0ff8f06782..dad168a4ef 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -11,7 +11,7 @@ > [% IF ( available ) %] > <strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | $raw %][% IF ( sort_by ) %]&sort_by=[% sort_by |uri %][% END %]">Show all items</a> > [% ELSE %] >- <a href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&sort_by=[% sort_by |uri %][% END %]&limit=available">Limit to currently available items.</a> >+ <a href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&sort_by=[% sort_by |uri %][% END %]&limit=available">Limit to currently available items</a> > [% END %] > </li> > </ul> >-- >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 26881
:
112759
|
112760
|
112763
|
112764
|
112774