Fixes bug #2231
authorFrederic Demians <f.demians@tamil.fr>
Tue, 10 Jun 2008 09:23:09 +0000 (11:23 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 10 Jun 2008 13:22:22 +0000 (08:22 -0500)
commit51fbaf8f5b75351036f252170437a822d36ac230
tree7f9df0b016ba505440b3b2c51442913e2fa2bdc4
parentecb8354ebe81e84e67c74b8ca45f6b52a1a39fe4
Fixes bug #2231

In OPAC, when cart is sent by email, the email contains an attachement:
an ISO2709 file with cart biblio records. Most users don't have a clue
what to do with this file.

This patch modifies opac-sendbasket.tmpl to clarify what the attachment is.
It also fix a bug in opac-sendbasket.pl which wasn't reading the template
section containing information about the basket:

  Here is your cart, sent from the Koha Online Catalog... foo

It may be necessary to verify that template text is in 'valid' English...

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tmpl
opac/opac-sendbasket.pl