relationships.ini, action:label does not work properly

Archived from the Xataface Users forum.

Philipp Wenzel — Tue May 08, 2012 4:44 am

Hi,
im looking for a way to customize my relations tabs in the record view.

The wiki suggest the action:label=”” command, but when i use this command there is no difference in the capitalization.

E.g.: table name=wirtschaft
action:label=”Wirtschaftliche Kriterien”

result = “wirtschaftliche kriterien” :/
want = “Wirtschaftliche Kriterien”

Any ideas?
Greetz


shannah — Tue May 08, 2012 9:46 am

The stylesheet changes these all to lower case. Look in plone.css for “text-transform” rules. Override these rules (preferred) in your own CSS file, or remove them (not recommended).

-Steve