Cant find - Record Detail for translation - bottom panel

Description

see screenshot in attachment
language: spanish

Environment

None

Attachments

2

Activity

Show:

Norbert Bede October 22, 2013 at 5:53 PM

carlos could you please include it to the core ? pls

Flemming Birch September 19, 2013 at 4:50 PM

Hi

I have added a patch, that seems to do the trick for me. What it does, it simply updates the css when the login is complet!

/Flemming

Flemming Birch September 19, 2013 at 3:26 PM

It seems to be that the value is looked up in the Style sheet, before language has been changed by the user and thus it uses English as default!

.adtab-form-borderlayout .z-south-colpsd:before {
content: '${u:cleanAmp(u:getMsg(u:getCtx(), "Detail"))}';
position: relative;
font-size: 12px;
font-weight: bold;
top: 3px;
left: 4px;
z-index: -1;
}

It is this line that is giving the problem:

content: '${u:cleanAmp(u:getMsg(u:getCtx(), "Detail"))}';

This is an issue that we have in several places, like in the session timeout page!

/Flemming

Fixed

Details

Assignee

Reporter

Labels

Components

Priority

Created September 18, 2013 at 5:58 PM
Updated April 28, 2018 at 3:34 PM
Resolved October 23, 2013 at 3:52 PM