Bugzilla – Attachment 4158 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
Displaying-the-unavailability-of-items-corrected.patch (text/plain), 845 bytes, created by
Janusz Kaczmarek
on 2011-05-17 19:36:18 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2011-05-17 19:36:18 UTC
Size:
845 bytes
patch
obsolete
>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