Bugzilla – Attachment 70771 Details for
Bug 18083
Don't show 'library' selection on popular titles page for single-branch libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18083: Simplify the condition - if there are more than 1 library
Bug-18083-Simplify-the-condition---if-there-are-mo.patch (text/plain), 1.21 KB, created by
Jonathan Druart
on 2018-01-19 18:43:49 UTC
(
hide
)
Description:
Bug 18083: Simplify the condition - if there are more than 1 library
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-01-19 18:43:49 UTC
Size:
1.21 KB
patch
obsolete
>From 2da7e39f8edc9fefcdfedf87abdbbc12a02bd6b6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 19 Jan 2018 15:42:54 -0300 >Subject: [PATCH] Bug 18083: Simplify the condition - if there are more than 1 > library > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc >index d2115c5ada..dd447130cb 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-topissues.inc >@@ -17,7 +17,7 @@ > [% IF ( limit == 100 ) %]<option value ="100" selected="selected">100 titles</option>[% ELSE %]<option value="100">100 titles</option>[% END %] > </select></li> > >- [% UNLESS Branches.all.size == 1 %] >+ [% IF Branches.all.size > 1 %] > <li><label for="branch">From: </label> > <select name="branch" id="branch"> > <option value="">All libraries</option> >-- >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 18083
:
70542
|
70623
| 70771