Bugzilla – Attachment 50099 Details for
Bug 16233
Unclosed <strong> tag in the opac-facets.inc breaks some display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16233 Unclosed <strong> in opac-facets.inc
Bug-16233-Unclosed-strong-in-opac-facetsinc.patch (text/plain), 1.69 KB, created by
Chris Cormack
on 2016-04-10 22:12:12 UTC
(
hide
)
Description:
Bug 16233 Unclosed <strong> in opac-facets.inc
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2016-04-10 22:12:12 UTC
Size:
1.69 KB
patch
obsolete
>From 8bcbf604576f4a6a9dc5019c3cc5646373bff40d Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 11 Apr 2016 10:10:18 +1200 >Subject: [PATCH] Bug 16233 Unclosed <strong> in opac-facets.inc > >To test: >1/ Do a search in the OPAC >2/ Restrict to only available items >3/ Notice the authors now appear bold >4/ Apply patch >5/ Refresh the page >6/ Authors should now look normal again >--- > 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 769145f..e83243e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -6,7 +6,7 @@ > <ul> > <li> > [% IF ( available ) %] >- <strong>Showing only available items<strong></li><li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi_not_availablity %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Show all items</a> >+ <strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi_not_availablity %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Show all items</a> > [% ELSE %] > <a href="/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi |url %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]&limit=available">Limit to currently available items.</a> > [% END %] >-- >2.8.0.rc3
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 16233
:
50099
|
50107
|
50110