Bugzilla – Attachment 29576 Details for
Bug 12111
Improving templates regarding order notes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 12111: (follow-up) fix breadcrumbs wording for vendor note
Bug-12111-follow-up-fix-breadcrumbs-wording-for-ve.patch (text/plain), 1.53 KB, created by
Yohann Dufour
on 2014-07-09 07:26:55 UTC
(
hide
)
Description:
Bug 12111: (follow-up) fix breadcrumbs wording for vendor note
Filename:
MIME Type:
Creator:
Yohann Dufour
Created:
2014-07-09 07:26:55 UTC
Size:
1.53 KB
patch
obsolete
>From 12470247b7fe2c06d66ba40b59df5e329b761b41 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathsabypro@gmail.com> >Date: Sat, 26 Apr 2014 14:37:42 +0200 >Subject: [PATCH] Bug 12111: (follow-up) fix breadcrumbs wording for vendor > note > >As asked by QAer, >this followup fixes wording in modordernotes.tt for vendor note >(Change order vendor note vendor note => Change order vendor note) >It also uses [%- and -%] to make code more readable > >Test plan : >try to edit a vendor note, check the wording is correct in breadcrumbs > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works as described, should be nicely translatable now. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >index 91491d2..3ba7158 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >@@ -1,5 +1,11 @@ > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Acquisition › [% IF (type == "vendor") %]Change order vendor note vendor note[% ELSE %]Change order internal note[% END %]</title> >+<title>Koha › Acquisition › >+[%- IF (type == "vendor") -%] >+ Change order vendor note >+[%- ELSE -%] >+ Change order internal note >+[%- END -%] >+</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >-- >1.9.1
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 Raw
Actions:
View
Attachments on
bug 12111
:
27311
|
27649
|
27661
|
27662
|
29576