Outputting the "raw" ISBN. In the case of multiples, ISBNs
are concatenated with " | " Using a T:T filter to make these
a comma-separated list.
---
.../prog/en/modules/catalogue/results.tt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
index 4b4e088..52969f3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
@@ -493,7 +493,7 @@ YAHOO.util.Event.onContentReady("searchheader", function ()
{
[% IF ( SEARCH_RESULT.publishercode )
%][% SEARCH_RESULT.publishercode %][% END %] [% IF (
SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear %] [% ELSIF
( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate %][% END
%]</span>
[% IF ( SEARCH_RESULT.edition ) %]<span class="results_edition">Edition: [%
SEARCH_RESULT.edition %]</span>[% END %]
<span class="results_physicaldesc">[%
IF ( SEARCH_RESULT.pages ) %]: [% SEARCH_RESULT.pages %][% END %]
- [% IF ( SEARCH_RESULT.size ) %] ; [%
SEARCH_RESULT.size %][% END %]</span> [% IF ( SEARCH_RESULT.normalized_isbn )
%]<span class="results_isbn">ISBN: [% SEARCH_RESULT.normalized_isbn %]</span>[%
END %]
+ [% IF ( SEARCH_RESULT.size ) %] ; [%
SEARCH_RESULT.size %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span
class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ',
')%]</span>[% END %]
<span class="results_itemtype">[%
SEARCH_RESULT.description %]</span>
[% IF ( SEARCH_RESULT.timestamp ) %]
<i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %]
[% IF ( SEARCH_RESULT.cn_class ) %][<a
href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=[%
SEARCH_RESULT.cn_class |url %]">[% SEARCH_RESULT.cn_class %]</a>][% END %]
--
1.7.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/