Bugzilla – Attachment 45804 Details for
Bug 15362
Translatability: Fix issue on Administration 'Did you mean?'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15362: Translatability: Fix issue on Administration 'Did you mean?'
Bug-15362-Translatability-Fix-issue-on-Administrat.patch (text/plain), 2.46 KB, created by
Jonathan Druart
on 2015-12-18 10:04:00 UTC
(
hide
)
Description:
Bug 15362: Translatability: Fix issue on Administration 'Did you mean?'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-18 10:04:00 UTC
Size:
2.46 KB
patch
obsolete
>From 39fb89058db292f528c3ea2bb9af8e46c03e887f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 13 Dec 2015 10:47:53 +0100 >Subject: [PATCH] Bug 15362: Translatability: Fix issue on Administration 'Did > you mean?' > >Fix sentence splitting by tags on didyoumean.tt leading to odd translations. > >To test: >- Apply patch >- Go to Home > Administration > Did you mean? >- Verify that the information below the title displays properly and makes sense. >- Disable Javascript, reload page >- Verify that the warning about missing Javascript displays properly and makes sense. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as descrived. Removed em tags for translation purpose > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >index fd9dfe1..3b565f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt >@@ -72,16 +72,16 @@ > <div class="yui-b"> > <h3>Did you mean?</h3> > <noscript><div class="dialog alert"><strong>Please enable Javascript:</strong> >- Configuring <em>Did you mean?</em> plugins requires Javascript. If >+ Configuring 'Did you mean?' plugins requires Javascript. If > you are unable to use Javascript, you may be able to enter the > configuration (which is stored in JSON in the OPACdidyoumean and > INTRAdidyoumean system preferences) in the Local Preferences tab in > the system preference editor, but this is unsupported, not > recommended, and likely will not work.</div></noscript> > <div id="didyoumeanlegend"> >- Please put the <em>Did you mean?</em> plugins in order by significance, from >+ Please put the 'Did you mean?' plugins in order by significance, from > most significant to least significant, and check the box to enable those >- plugins that you want to use. (NOTE: <em>Did you mean?</em> functionality >+ plugins that you want to use. (NOTE: 'Did you mean?' functionality > is not yet enabled on the staff client) > </div> > <form action="/cgi-bin/koha/admin/didyoumean.pl" method="post"> >-- >2.1.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 15362
:
45615
|
45670
|
45804
|
46031