Bugzilla – Attachment 108570 Details for
Bug 26249
keep_text class not set inconsistently in cat-search.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26249: Set keep_text class correctly in cat-search.inc
Bug-26249-Set-keeptext-class-correctly-in-cat-sear.patch (text/plain), 1.82 KB, created by
David Cook
on 2020-08-19 05:47:32 UTC
(
hide
)
Description:
Bug 26249: Set keep_text class correctly in cat-search.inc
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-08-19 05:47:32 UTC
Size:
1.82 KB
patch
obsolete
>From ee07b055077bb654750f87214eecfcd0b09eff7b Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 19 Aug 2020 15:44:57 +1000 >Subject: [PATCH] Bug 26249: Set keep_text class correctly in cat-search.inc > >This patch sets the keep_text class correctly in cat-search.inc >for the "Search the catalog" tab > >To test: >1) Apply the patch >2) Go to /cgi-bin/koha/catalogue/search.pl >3) Type "A" into the search box for "Search the catalog" >4) Click on the "Check out" tab >5) Note that "A" appears in search box >6) Change "A" to "B" in search box >7) Click on the "Search the catalog" box >8) Note that "B" appears in the search box >9) Note no Javascript errors in the console >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >index b14619bdb1..f678027b91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >@@ -38,7 +38,7 @@ > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %] > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#checkin_search">Check in</a></li>[% END %] > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %] >- [% IF ( CAN_user_catalogue ) %]<li class="keep_text ui-tabs-active"><a href="#catalog_search">Search the catalog</a></li>[% END %] >+ [% IF ( CAN_user_catalogue ) %]<li class="ui-tabs-active"><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %] > </ul> > > </div><!-- /header_search --> >-- >2.16.4
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 26249
:
108570
|
110648
|
110690