Bugzilla – Attachment 4258 Details for
Bug 6357
Items (un)availability not displayed correctly (OPAC)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (with header)
0001-Displaying-the-unavailability-of-items-corrected.patch (text/plain), 1.16 KB, created by
Janusz Kaczmarek
on 2011-05-25 14:35:29 UTC
(
hide
)
Description:
Proposed patch (with header)
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2011-05-25 14:35:29 UTC
Size:
1.16 KB
patch
obsolete
>From 37357963f15e936397cc62c446c8c93c01317e19 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Tue, 17 May 2011 22:04:18 +0300 >Subject: [PATCH] Displaying the unavailability of items corrected >Content-Type: text/plain; charset="utf-8" > >--- > .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >index 1e34205..fa7679e 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -440,7 +440,7 @@ $(document).ready(function(){ > > <span class="results_summary"> > <span class="label">Availability:</span> >- [% IF ( SEARCH_RESULT.available_items_loop ) %] >+ [% IF ( SEARCH_RESULT.available_items_loop.0 ) %] > <span class="available"><strong>Copies available:</strong> > [% FOREACH available_items_loo IN SEARCH_RESULT.available_items_loop %] > [% UNLESS ( available_items_loo.hideatopac ) %] >-- >1.5.6.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 6357
:
4157
|
4158
|
4258
|
4278