Bugzilla – Attachment 24142 Details for
Bug 11248
Problems with translated list email sent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11248: Follow up - Fix template for translated list emails in staff
Bug-11248-Follow-up---Fix-template-for-translated-.patch (text/plain), 1.78 KB, created by
Kyle M Hall (khall)
on 2014-01-10 15:14:26 UTC
(
hide
)
Description:
Bug 11248: Follow up - Fix template for translated list emails in staff
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-10 15:14:26 UTC
Size:
1.78 KB
patch
obsolete
>From 2f19e5bebb591782bcf75cf740a946d2a7b7295e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 17 Nov 2013 18:37:59 +0100 >Subject: [PATCH] Bug 11248: Follow up - Fix template for translated list emails in staff > >- Fixes some capitalization problems >- Adds an URL filter > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/virtualshelves/sendshelf.tt | 7 +++---- > 1 files changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt >index 644e7d9..062b5da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt >@@ -1,5 +1,5 @@ > <SUBJECT> >-Your List : [% shelfname %] >+Your list: [% shelfname %] > <END_SUBJECT> > > [% USE HtmlToText %] >@@ -13,7 +13,7 @@ Your List : [% shelfname %] > <p>Here is your list called [% shelfname %], sent from our online catalog.</p> > > <p>Please note that the attached file is a MARC bibliographic records file >- which can be imported into a Personal Bibliographic Software like EndNote, >+ which can be imported into personal bibliographic software like EndNote, > Reference Manager or ProCite.</p> > <hr/> > [% END %] >@@ -134,7 +134,7 @@ Your List : [% shelfname %] > [% END %] > [% IF ( BIBLIO_RESULT.url ) %] > <span> >- URL: [% BIBLIO_RESULT.url %] >+ URL: [% BIBLIO_RESULT.url |url %] > </span> > [% END %] > </p> >@@ -162,5 +162,4 @@ Your List : [% shelfname %] > </ol> > > [% END %] >- > <END_MESSAGE> >-- >1.7.2.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 11248
:
22927
|
22928
|
22929
|
22980
|
22981
|
22982
|
22983
|
22984
|
23360
|
23369
|
24140
|
24141
| 24142