Bugzilla – Attachment 51921 Details for
Bug 16620
Translatability: Fix problem with isolated word "please" in auth.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt
Bug-16620-Translatability-Fix-problem-with-isolate.patch (text/plain), 1.11 KB, created by
Marc Véron
on 2016-05-31 08:24:04 UTC
(
hide
)
Description:
Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-05-31 08:24:04 UTC
Size:
1.11 KB
patch
obsolete
>From bdb8204502ed1b536a6fe0d1293eeae80ed911ad Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 31 May 2016 10:17:13 +0200 >Subject: [PATCH] Bug 16620: Translatability: Fix problem with isolated word > "please" in auth.tt > >This patch fixes a translatability problem (syntax in different languages) with a tag-isolated word "please" >in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt > >To test: >- Verify in code that in line 81 the word "please" is inside the a-tag. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 8887812..ce74747 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -78,7 +78,7 @@ > > <p>If you have a CAS account, > [% IF ( casServerUrl ) %] >- please <a href="[% casServerUrl %]">click here to login</a>.<p> >+ <a href="[% casServerUrl %]">please click here to login</a>.<p> > [% END %] > > [% IF ( casServersLoop ) %] >-- >1.7.10.4
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 16620
:
51921
|
51922
|
51956
|
52155