Changing List-Names of a table-field *solved*

A place for users and developers of the Xataface to discuss and receive support.

Changing List-Names of a table-field *solved*

Postby chichi » Mon Jul 19, 2010 2:56 am

Hello, how can I change List-Names of a table, right now the listname is the database-field-name.

Found out that the css had transform:lowercase activated for the table, now table-headings are shown correctly. :D


chichi
chichi
 
Posts: 28
Joined: Fri Jul 09, 2010 3:05 am

Re: Changing List-Names of a table-field *solved*

Postby mandra » Mon Jul 19, 2010 6:50 am

Hi, I have the same problem, which file exactly must be edited?

Thanks!
mandra
 
Posts: 10
Joined: Fri Jun 18, 2010 8:56 am

Re: Changing List-Names of a table-field *solved*

Postby chichi » Tue Jul 20, 2010 2:11 am

wow, this was an easy one:

File: plone.css
... needs to be edited, search for lowercase and
change
Code: Select all
text-transform: lowercase;

to
Code: Select all
text-transform: none;

or delete it.

I guess there are lots of beginner-questions whern starting with xataface.

chichi
chichi
 
Posts: 28
Joined: Fri Jul 09, 2010 3:05 am

Re: Changing List-Names of a table-field *solved*

Postby mandra » Tue Jul 20, 2010 10:53 am

I had already tried that (I know nothing about css or plone, so I just changed all entries as you write by guess) - doesn't seem to work for me, the title columns in the list view are still all lowercase although they shouldn't be... Any ideas?
mandra
 
Posts: 10
Joined: Fri Jun 18, 2010 8:56 am

Re: Changing List-Names of a table-field *solved*

Postby shannah » Tue Jul 20, 2010 11:15 am

First, I don't recommend making any changes to plone.css or any dataface files. It will make it harder to upgrade when a new version comes out. If you want to override CSS directives, simply include your own CSS file via a block and override the directives there.

That said, if you changed text-transform: to none it should change your headings to not be forced lower case anymore. You may need to hit refresh or restart your browser to ensure that you still aren't using a cached version of the old stylesheet.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 13 guests

Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved