Bugzilla – Attachment 63994 Details for
Bug 18681
Translatability: Get rid of [%% in translation for about.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18681: Translatability: Get rid of [%% in translation for about.tt
Bug-18681-Translatability-Get-rid-of--in-translati.patch (text/plain), 2.27 KB, created by
Jonathan Druart
on 2017-06-05 20:13:04 UTC
(
hide
)
Description:
Bug 18681: Translatability: Get rid of [%% in translation for about.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-06-05 20:13:04 UTC
Size:
2.27 KB
patch
obsolete
>From 1c8c84f4be8665d95ededf5174c406e1a63d6529 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Fri, 26 May 2017 19:11:59 +0200 >Subject: [PATCH] Bug 18681: Translatability: Get rid of [%% in translation for > about.tt > >Translation tool picks a line >%s [%% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || >...due to a line break inside a template directive. >This patch fixes it. > >To test: >- Update QA tools > (see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18675#c2) >- Verify that code change makes sense >- Apply patch >- Run QA tools > >Followed test plan and everything was as intended >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 2ea2eccb84..f83adcfa8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -130,8 +130,7 @@ > </div> > > <div id="sysinfo"> >- [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || >- warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] >+ [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] > [% IF (warnIsRootUser) %] > <h2>Warning regarding current user</h2> > <p>You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p> >-- >2.11.0
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 18681
:
63745
|
63774
|
63837
|
63994
|
63995
|
63996