Bug 13543

Summary: Differences in patron account sidebar cause translation problems
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: pasi.kallinen, veron
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11804
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2015-01-09 12:22:58 UTC
There are some differences between the 2 files used to generate the side navigation tabs in the patron account that cause a prominently visible translation problem:

Good:
intranet-tmpl/prog/en/includes/circ-menu.inc:86
Purchase suggestions

Bad:
intranet-tmpl/prog/en/includes/circ-menu.tt:85
purchase<br>suggestions

The <br> causes the entry to be split up into 2 separate strings in translation so the correct translation of "Anschaffungsvorschläge" is not possible for German (and possible other languages?)

I think the break was added, bacause one of the navigations is indeed a bit narrower than the other, which also causes a problem with the correct translation "Anschaffungsvorschläge" that is too wide for the narrower version of the two.

Small thing, but really annoying as this is in a central spot in the patron account.
Comment 1 Katrin Fischer 2015-01-09 12:28:01 UTC
For easier testing:
The fines tab uses the problematic template!
Comment 2 Katrin Fischer 2015-06-09 22:16:30 UTC
This is fixed in master - problematic template is no longer in use.