Bugzilla – Attachment 6038 Details for
Bug 7082
Template improvements for better translatability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7082: Template improvements for better translatability
Bug-7082-Template-improvements-for-better-translat.patch (text/plain), 1.22 KB, created by
Katrin Fischer
on 2011-10-24 14:11:40 UTC
(
hide
)
Description:
Bug 7082: Template improvements for better translatability
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-10-24 14:11:40 UTC
Size:
1.22 KB
patch
obsolete
>From faee7a523c92b0cfa43912345fb0ce6f3c613f7d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 24 Oct 2011 16:09:35 +0200 >Subject: [PATCH] Bug 7082: Template improvements for better translatability > >Problem: >/cgi-bin/koha/admin/aqbudgets.pl ><label for="show_mine">Show my<br /> funds only</label> > >This gets broken into 2 strings for translation which makes it very hard for >translators to make sense of it. >Patch removes the line break. >--- > .../prog/en/modules/admin/aqbudgets.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index c27a880..12a70bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -420,7 +420,7 @@ > </li> > <li class="radio"> > >- <label for="show_mine">Show my<br /> funds only</label> >+ <label for="show_mine">Show my funds only</label> > [% IF ( show_mine ) %] > <input type="checkbox" id="show_mine" name="show_mine" value="1" checked="checked" /> > [% ELSE %] >-- >1.7.5.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 7082
:
6038
|
6054
|
6055
|
6056