Bug 7082: Template improvements for better translatability
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 24 Oct 2011 14:09:35 +0000 (16:09 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 12 Dec 2011 16:45:58 +0000 (17:45 +0100)
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.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt

index c27a880..12a70bc 100644 (file)
         </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 %]