Bugzilla – Attachment 91587 Details for
Bug 10858
Browse selected biblios - OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10858: Show checkbox if OpacBrowseResult is set
Bug-10858-Show-checkbox-if-OpacBrowseResult-is-set.patch (text/plain), 3.56 KB, created by
Julian Maurice
on 2019-07-18 13:49:35 UTC
(
hide
)
Description:
Bug 10858: Show checkbox if OpacBrowseResult is set
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2019-07-18 13:49:35 UTC
Size:
3.56 KB
patch
obsolete
>From d92a65848fd0ee564c6f36a28422fbff80822184 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 24 Aug 2015 13:57:47 +0200 >Subject: [PATCH] Bug 10858: Show checkbox if OpacBrowseResult is set > >Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > .../bootstrap/en/modules/opac-results.tt | 20 +++++++------------ > 1 file changed, 7 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 4bc95ccdd6..3d906919f7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -215,20 +215,14 @@ > <tr> > [% # Cell 1: Checkbox %] > <td class="select selectcol"> >- [% IF Koha.Preference( 'opacbookbag' ) == 1 %] >+ [% IF >+ ( Koha.Preference('opacbookbag') == 1 ) >+ || ( Koha.Preference('virtualshelves') == 1 ) >+ || ( Koha.Preference('OpacBrowseResults') == 1 ) >+ || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) >+ %] > <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> >- [% ELSE %] >- [% IF Koha.Preference( 'virtualshelves' ) == 1 %] >- <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> >- [% ELSE %] >- [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] >- [% UNLESS ( SEARCH_RESULT.norequests ) %] >- [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]<input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> >- [% END %] >- [% END %] >- [% END # IF RequestOnOpac %] >- [% END # IF virtualshelves %] >- [% END # IF opacbookbag%] >+ [% END %] > </td> > [% # Cell 2: Show result number if OpacHiddenItems is empty %] > <td class="select selectcol"> >-- >2.20.1
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 10858
:
20947
|
21476
|
21483
|
21646
|
21647
|
21966
|
21967
|
23541
|
23542
|
23543
|
23633
|
23781
|
23782
|
25427
|
25428
|
25429
|
25430
|
25431
|
25432
|
25433
|
25434
|
25435
|
25436
|
25450
|
25451
|
25452
|
25453
|
25454
|
25455
|
25456
|
25457
|
25512
|
25513
|
25514
|
25643
|
25644
|
25645
|
25646
|
25647
|
25648
|
25649
|
25650
|
25651
|
25652
|
25653
|
36757
|
38033
|
38405
|
39502
|
39938
|
41838
|
41839
|
41840
|
41841
|
41842
|
44903
|
56479
|
56480
|
56481
|
56482
|
67073
|
67074
|
67075
|
67076
|
67086
|
67089
|
67090
|
67092
|
67093
|
67974
|
67975
|
67976
|
67977
|
67978
|
71218
|
71219
|
71220
|
71221
|
71222
|
71223
|
91584
|
91585
|
91586
| 91587 |
91588
|
91589
|
94833