Bugzilla – Attachment 8376 Details for
Bug 7749
Not all OKs on the start page are translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7749: Not all OKs on the start page are translatable
Bug-7749-Not-all-OKs-on-the-start-page-are-transla.patch (text/plain), 1.36 KB, created by
Marc Véron
on 2012-03-20 17:57:36 UTC
(
hide
)
Description:
Bug 7749: Not all OKs on the start page are translatable
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2012-03-20 17:57:36 UTC
Size:
1.36 KB
patch
obsolete
>From eac519ff2ed7bc59923c1b73b0ef1f640af6a43f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 19 Mar 2012 18:10:10 +0100 >Subject: [PATCH] Bug 7749: Not all OKs on the start page are translatable >Content-Type: text/plain; charset="utf-8" > >I don't really understand, why the " OK " would not get picked up by >the translation script, but removing the spaces made it work. > >To test: >Verify that all OK buttons on the start page are translatable. The one >resisting translation was "Search catalog:" >--- > .../intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 12861f6..a4377df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -51,7 +51,7 @@ > <label for="navkeyword"> > Search catalog: > </label><input type="text" id="navkeyword" name="q" size="10" accesskey="q" /> >- <input type="submit" value=" OK " class="submit" /> >+ <input type="submit" value="OK" class="submit" /> > </form> > </li> > </ul> >-- >1.7.2.5
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 7749
:
8311
|
8376
|
8377