Bugzilla – Attachment 13699 Details for
Bug 6680
Cart download choices not understandable to patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 6680 - simple tidy-up of cart download format descriptions
SIGNED-OFF-Bug-6680---simple-tidy-up-of-cart-downl.patch (text/plain), 1.56 KB, created by
Katrin Fischer
on 2012-11-27 07:28:02 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6680 - simple tidy-up of cart download format descriptions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-11-27 07:28:02 UTC
Size:
1.56 KB
patch
obsolete
>From 91529dcdc1ac841ecd266ed4f1460108af9e6f6b Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Wed, 7 Sep 2011 18:54:42 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 6680 - simple tidy-up of cart download > format descriptions > >Explains what uses RIS, and replaces iso2709 with 'MARC'. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Simple change, all tests pass. >--- > .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tt >index 6b1e365..3c50060 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tt >@@ -9,9 +9,9 @@ > <ol><li><label for="format">Download cart:</label> > <select name="format" id="format"> > <option value="">-- Choose format --</option> >- <option value="iso2709">iso2709</option> >- <option value="ris">RIS</option> >- <option value="bibtex">BibTex</option> >+ <option value="ris">RIS (Zotero, EndNote, others)</option> >+ <option value="bibtex">BibTeX</option> >+ <option value="iso2709">MARC</option> > [% FOREACH csv_profile IN csv_profiles %] > <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option> > [% END %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6680
:
4891
|
5332
|
5339
|
5341
|
13688
|
13689
| 13699 |
13700