[Koha-bugs] [Bug 13904] unimarc_field_4XX plugin doesn't display volume info, neither link to biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 18 10:54:50 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13904

--- Comment #12 from Jonathan Druart <jonathan.druart at biblibre.com> ---
commit c4095f55ad98cad41a546654fdc8829110599575
    Bug 13129 - HTML and JS escapes missing in unimarc_field_4XX.tt

-                                                                   
<a_class="transparent resultlist"
href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url
%]">[% resul.title |html %]<
-                                                    <p>[% resul.author %]
-                                                    [% IF (
resul.publishercode ) %]- [% resul.publishercode %][% END %]
-                                                    [% IF ( resul.place ) %] ;
[% resul.place %][% END %]
-                                                    [% IF ( resul.pages ) %] -
[% resul.pages %][% END %]
-                                                    [% IF ( resul.notes ) %] :
[% resul.notes %][% END %]
-                                                    [% IF ( resul.size ) %] ;
[% resul.size %][% END %]
+                                                                   
<a_class="transparent resultlist"
href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |uri
%]">[% resul.title |html %]<
+                                                    <p>[% resul.author |html
%]
+                                                    [% IF (
resul.publishercode ) %]- [% resul.publishercode |html %][% END %]
+                                                    [% IF ( resul.place ) %] ;
[% resul.place |html %][% END %]
+                                                    [% IF ( resul.pages ) %] -
[% resul.pages |html %][% END %]
+                                                    [% IF ( resul.notes ) %] :
[% resul.notes |html %][% END %]
+                                                    [% IF ( resul.item('size')
) %] ; [% resul.item('size') |html %][% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list