2010/12/29 David J. <da...@styleflare.com>

>  Bruno;
>
> That just changes the value; but the problem is the form code adds an extra
> ":" to the end of the name.
>
> so if you do as you suggested. db.auth_user.first_name.label='FName'
>
> It outputs "FName:" not "FName" without the trailing colon ":"
>


The colon is being defined here:
http://code.google.com/p/web2py/source/browse/gluon/sqlhtml.py?r=f3c30b057686b916153c5fbc0b2d341810c95683#722

I am testing, trying a way to remove it, I guess if you pass labels to
SQLFORM() the colon will be removed.


-- 

Bruno Rocha
http://about.me/rochacbruno/bio

Reply via email to