Detail Record is not translated in window

Description

Please see attached image showing the error.
Attached patch for solving the issue.
/Flemming

Environment

None

Attachments

2

Activity

Show:

Carlos Ruiz July 11, 2018 at 2:13 PM

solved in

Carlos Ruiz April 22, 2015 at 3:29 PM

, but in my tests I see the "Detail record" message translated - where did you take the screenshot? Also the patch is not translating the message, just changing some css, I don't see any change before/after the patch

Flemming Birch April 22, 2015 at 1:57 PM

OK - then the description should have been: Label "Detail record" is not translated in the window.

I would say that the doc is wrong, at least when looking at the genereated html! The generated html states:

class="z-south-collapsed"

/Flemming

Carlos Ruiz April 21, 2015 at 10:04 PM

Thanks , then the description of the ticket and the attached image doesn't correspond with the patch.

Checking this page http://books.zkoss.org/wiki/ZK%20Style%20Guide/XUL%20Component%20Specification/Borderlayout/Default%20(South)
it's mentioned the css .z-south-colpsd but not .z-south-collapsed - is the doc wrong?

Flemming Birch April 21, 2015 at 8:41 PM

this patch actually solve an issue with an error in the generated stylesheet:

- cssContent.append(".adtab-form-borderlayout .z-south-colpsd:before { ");
+ cssContent.append(".adtab-form-borderlayout .z-south-collapsed:before { ");

reopening this on again.

Duplicate

Details

Assignee

Reporter

Labels

Components

Priority

Created April 18, 2015 at 9:53 PM
Updated September 1, 2018 at 11:01 AM
Resolved July 11, 2018 at 2:13 PM