Bugzilla – Attachment 52155 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.60 KB, created by
Jonathan Druart
on 2016-06-07 15:22:13 UTC
(
hide
)
Description:
Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-07 15:22:13 UTC
Size:
1.60 KB
patch
obsolete
>From 273b9afbdedcf3a329e53ed17a5e1cd49f9a775e 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 there is no sentence spliting by a-tags (lines 80/84). > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 8887812..411c563 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -76,13 +76,12 @@ > <p>Sorry, the CAS login failed.</p> > [% END %] > >-<p>If you have a CAS account, > [% IF ( casServerUrl ) %] >- please <a href="[% casServerUrl %]">click here to login</a>.<p> >+ <p><a href="[% casServerUrl %]">If you have a CAS account, please click here to login</a>.<p> > [% END %] > > [% IF ( casServersLoop ) %] >-please choose against which one you would like to authenticate: </p> >+ <p>If you have a CAS account, please choose against which one you would like to authenticate:</p> > <ul> > [% FOREACH casServer IN casServersLoop %] > <li><a href="[% casServer.value %]">[% casServer.name %]</a></li> >-- >2.8.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 Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16620
:
51921
|
51922
|
51956
| 52155