Bugzilla – Attachment 4278 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]
Signed-off patch
0001-SIGNED-OFF-Displaying-the-unavailability-of-items-co.patch (text/plain), 1.27 KB, created by
Owen Leonard
on 2011-05-27 14:02:14 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-05-27 14:02:14 UTC
Size:
1.27 KB
patch
obsolete
>From a55af53242b6bfc43d05c23b723e42d39e8d49e6 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Tue, 17 May 2011 22:04:18 +0300 >Subject: [PATCH] [SIGNED-OFF] Displaying the unavailability of items corrected >Content-Type: text/plain; charset="utf-8" > >http://bugs.koha-community.org/show_bug.cgi?id=6357 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 e08e31b..7666c74 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -437,7 +437,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.7.3 >
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