Summary: | Template improvements for better translatability | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | magnus, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 7082: Template improvements for better translatability
Bug 7082: Template improvements for better translatability Screenshot - before Screenshot - after |
Description
Katrin Fischer
2011-10-24 14:02:34 UTC
Created attachment 6038 [details] [review] 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. Created attachment 6054 [details] [review] 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. Created attachment 6055 [details]
Screenshot - before
Text is on two lines.
Created attachment 6056 [details]
Screenshot - after
Text and checkbox is on one line.
QA comment: tiny patch, great for translatability patch pushed, please test Included in the 3.6 branch prior to 3.6.4. |