Koha/opac
Frederic Demians 51fbaf8f5b 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>
2008-06-10 08:22:22 -05:00
..
errors Fix obvious error in 500.pl script. Please push up immediately. 2008-04-22 08:11:29 -05:00
rss adding file just for creating the rss directory 2007-08-02 08:50:43 +00:00
sco fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
changelanguage.pl Bugfixes & improvements (various and minor) : 2007-05-22 09:13:54 +00:00
maintenance.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
oai.pl OAI-PMH second try 2008-02-27 09:02:20 -06:00
opac-account.pl Changes to allow highlighting of current tab on user pages. 2008-03-19 15:46:17 -05:00
opac-addbybiblionumber.pl Finishing adding additional markup for increased flexibility in stylesheet customization. Patch also includes some markup corrections, but shouldn't result in any visual changes. 2008-05-11 06:50:23 -05:00
opac-alert-subscribe.pl BUGFIXING mail alert on issue arrival 2008-02-29 09:05:33 -06:00
opac-authorities-home.pl default results per page for OPAC authority search now 20 2008-06-05 22:47:42 -05:00
opac-authoritiesdetail.pl Bug Fixing: 2007-07-06 15:16:40 +00:00
opac-basket.pl Adding more details to cart's verbose view. Adding auto-print to cart print view (Addresses Bug 2070) 2008-05-01 18:59:19 -05:00
opac-browser.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
opac-changelanguage.pl Adding changelanguage feature to OPAC 2008-01-20 10:18:08 -06:00
opac-detail.pl Restrict OPAC tags display to approved=>1. 2008-06-03 06:00:47 -05:00
opac-detailprint.pl OPAC detail print: use correct API to build item list 2008-01-03 16:24:49 -06:00
opac-dictionary.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
opac-export.pl HTML::Template => HTML::Template::Pro 2007-12-02 14:55:55 -06:00
opac-ics.pl opac subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:21:03 -06:00
opac-ISBDdetail.pl Adding subfield filter to ISBD 2008-05-05 05:45:45 -05:00
opac-logout.pl fixed session cookie name in opac-logout.pl 2008-05-29 06:32:52 -05:00
opac-main.pl Displays Languages selector on opac-main.pl page 2008-04-12 15:05:12 -05:00
opac-MARCdetail.pl fix for bug 1625: Pass title, subtitle, and author variables to MARC views 2008-03-17 23:05:53 -05:00
opac-modrequest.pl Upgrading jquery and jquery tabs plugin. Removing some unused plugin files. 2008-03-01 09:49:17 -06:00
opac-passwd.pl Changes to allow highlighting of current tab on user pages. 2008-03-19 15:46:17 -05:00
opac-readingrecord.pl Finishing adding additional markup for increased flexibility in stylesheet customization. Patch also includes some markup corrections, but shouldn't result in any visual changes. 2008-05-11 06:50:23 -05:00
opac-renew.pl Allow param "bornum" as in template, not just "borrowernumber". Added FIXMEs. 2008-04-08 19:49:06 -05:00
opac-reserve.pl Bugfix 1979 - display hold numbers. Note that hold priorities are still buggy. 2008-05-31 21:59:50 -05:00
opac-review.pl Bugfix: show (cleaned) comment back on detail page. 2008-06-10 08:22:19 -05:00
opac-search.pl Restrict OPAC tags display to approved=>1. 2008-06-03 06:00:47 -05:00
opac-sendbasket.pl Fixes bug #2231 2008-06-10 08:22:22 -05:00
opac-serial-issues.pl Reintroducing history dates for serial-issue (see previous commit for staff // feature) 2008-04-10 02:52:54 -05:00
opac-shelves.pl Shelves consolidation to C4::VirtualShelves::Page. I can tell the consolidation 2008-01-14 16:45:21 -06:00
opac-shelves.pl.old Shelves consolidation to C4::VirtualShelves::Page. I can tell the consolidation 2008-01-14 16:45:21 -06:00
opac-showmarc.pl adding famfamfam iconset, improving isbn for amazon content, etc. 2008-04-07 21:20:22 -05:00
opac-showreviews.pl patches from paul 2007-08-08 07:41:19 -05:00
opac-suggestions.pl From HDL: 2008-05-30 13:56:17 -05:00
opac-tags.pl Display only approved tags, change simple form to GET, supply "strata" for eventual cloud building. 2008-06-09 06:38:04 -05:00
opac-tags_subject.pl opac-tags_subject.pl - touch up: this script is does not require Exporter. 2008-04-22 18:02:30 -05:00
opac-topissues.pl Adding checks for dateformat preference so that tablesorter script can be passed an extra parameter for proper sorting of metric dates (Bug 2089, dates & table ordering with jquery) 2008-05-12 10:06:32 -05:00
opac-user.pl Adding checks for dateformat preference so that tablesorter script can be passed an extra parameter for proper sorting of metric dates (Bug 2089, dates & table ordering with jquery) 2008-05-12 10:06:32 -05:00
opac-userdetails.pl cleanup for opac/ Dates - missing format_date, etc. 2007-12-04 18:56:27 -06:00
opac-userupdate.pl bugfix : ship utf-8 encoding in mail header 2008-05-12 10:07:55 -05:00
unapi calculate OPACBaseURL instead of using syspref 2008-06-02 00:51:08 -05:00