Bugzilla – Attachment 6054 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.42 KB, created by
Magnus Enger
on 2011-10-25 18:04:31 UTC
(
hide
)
Description:
Bug 7082: Template improvements for better translatability
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2011-10-25 18:04:31 UTC
Size:
1.42 KB
patch
obsolete
>From 0244a16c17b0bdef94ee1e04a6fb0796963624e7 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. > >Signed-off-by: Magnus Enger <magnus@enger.priv.no> >This patch removes the linebreak and has no ill effects that I can see, even >on a small screen. I'll attach before and after screenshots in Bugzilla. >--- > .../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