http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11248 --- Comment #11 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Katrin Fischer from comment #9)
Hi Jonathan, could you take a look at my follow up?
The list emails from staff were missing the template changes needed to make them survive the translation scripts unharmed :)
I agree with the call to the url filter. But I am not sure the others changes is needed: - [% IF BIBLIO_RESULT.size %] - , [% BIBLIO_RESULT.size %] - [% END %] Why do you remove these lines? - In online catalog: [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber %] + In online catalog: http://[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber %] Why do you add the http before the OPACBaseURL? It does not exist in others places? -- You are receiving this mail because: You are watching all bug changes.