Page 1 of 1

relationships.ini, action:label does not work properly

PostPosted: Tue May 08, 2012 4:44 am
by Philipp Wenzel
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

Re: relationships.ini, action:label does not work properly

PostPosted: Tue May 08, 2012 9:46 am
by shannah
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