Bugzilla – Attachment 177789 Details for
Bug 37883
Add a filter for staff search results to filter by library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37883: Minor fix-ups and perltidy
Bug-37883-Minor-fix-ups-and-perltidy.patch (text/plain), 3.13 KB, created by
Lucas Gass (lukeg)
on 2025-02-11 20:55:46 UTC
(
hide
)
Description:
Bug 37883: Minor fix-ups and perltidy
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-11 20:55:46 UTC
Size:
3.13 KB
patch
obsolete
>From 944b6e45d66bb809b30aee4e5ae028958f8a4547 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 10 Sep 2024 20:32:53 +0000 >Subject: [PATCH] Bug 37883: Minor fix-ups and perltidy > >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >--- > .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 8e6b72623e3..12eb813dc0b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -625,15 +625,15 @@ > [% IF status_count == "onloancount" %] > [% IF SEARCH_RESULT.${status_count} > 0 %] > <div class="results_checkedout all">[% SEARCH_RESULT.${status_count} | html %] checked out:</div> >- [% IF Koha.Preference('FilterSearchResultsByLoggedInBranch') %] >+ [% IF ( SEARCH_RESULT.branchonloancount > 0 ) && Koha.Preference('FilterSearchResultsByLoggedInBranch') %] > <div class="results_checkedout branch_specific">[% SEARCH_RESULT.branchonloancount | html %] checked out:</div> > [% END %] > [% END %] > [% ELSIF status_count == "othercount" %] > [% IF SEARCH_RESULT.${status_count} > 0 %] >- <div class="results_unavailablei all">[% SEARCH_RESULT.${status_count} | html %] unavailable:</div> >- [% IF Koha.Preference('FilterSearchResultsByLoggedInBranch') %] >- <div class="results_unavailablei branch_specific">[% SEARCH_RESULT.branchothercount | html %] unavailable:</div> >+ <div class="results_unavailable all">[% SEARCH_RESULT.${status_count} | html %] unavailable:</div> >+ [% IF ( SEARCH_RESULT.branchothercount > 0 ) && Koha.Preference('FilterSearchResultsByLoggedInBranch') %] >+ <div class="results_unavailable branch_specific">[% SEARCH_RESULT.branchothercount | html %] unavailable:</div> > [% END %] > [% END %] > [% END %] >-- >2.39.5
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 37883
:
171256
|
171257
|
171261
|
171286
|
171287
|
171289
|
171291
|
171406
|
171407
|
171408
|
171409
|
171410
|
171411
|
176697
|
177306
|
177784
|
177785
|
177786
|
177787
|
177788
|
177789
|
177790
|
177791
|
178772
|
178773
|
178774
|
178775
|
178776
|
178777