Hi You can use de label atribute in Field definition, this used in all forms.
- label is a string (or a helper or something that can be serialized to a string) that contains the label to be used for this field in auto-generated forms. http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Field-constructor 2017-04-07 13:38 GMT-03:00 r <[email protected]>: > So I have changed the header for my sqlform grid: > > grid = SQLFORM.grid(db.adminis,headers={'adminis.Name':'Name' > ,'adminis.Description':'Description','adminis.Rating':'Average Rating'}) > > and when I click on view/edit I would like the same labels to be used. How > is it possible ? > > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

