Forums de discussion

Mislabel in New Web Content

thumbnail
Hitoshi Ozawa, modifié il y a 13 années.

Mislabel in New Web Content

Liferay Legend Publications: 7942 Date d'inscription: 24/03/10 Publications récentes
There is a mislabeling in New Web Content page which cause strings not to be properly translated.
Filename:edit_article.jsp
Line: 314
<aui:input cssClass="journal-article-localized-checkbox" disabled="<%= article == null %>" label="localize" name="enableLocalization" type="checkbox" value="<%= localizationEnabled %>" />

Fix: label="localize" should be label="localized"
thumbnail
Julio Camarero, modifié il y a 13 années.

RE: Mislabel in New Web Content

Liferay Legend Publications: 1668 Date d'inscription: 15/07/08 Publications récentes
Ok, thanks a lot for this one, it is fixed now: LPS-12906

Regarding the "content" issue, that one is harder and I have created the ticke for that: LPS-12907
thumbnail
Hitoshi Ozawa, modifié il y a 13 années.

RE: Mislabel in New Web Content

Liferay Legend Publications: 7942 Date d'inscription: 24/03/10 Publications récentes
Yes, it's initially displaying the hardcoded "<span>Content</span>" and then refreshing the page again.
thumbnail
Borxa Varela Bouzas, modifié il y a 13 années.

RE: Mislabel in New Web Content

Junior Member Publications: 69 Date d'inscription: 26/12/06 Publications récentes
I had sent a few months ago LSP correcting that.
http://issues.liferay.com/browse/LPS-9403
thumbnail
Hitoshi Ozawa, modifié il y a 13 années.

RE: Mislabel in New Web Content

Liferay Legend Publications: 7942 Date d'inscription: 24/03/10 Publications récentes
Great!
There's one change that required on your solution. On the first modification, it should be a single quote around the 'content' instead of double quotes because you're using the double quotes around the "<liferay..../>" already.

<li class="structure-field" dataName="<liferay-ui:message key='content' />" dataType="text_area">
thumbnail
Julio Camarero, modifié il y a 13 années.

RE: Mislabel in New Web Content

Liferay Legend Publications: 1668 Date d'inscription: 15/07/08 Publications récentes
Thanks a lot guys, the issue has already been closed emoticon