Or you can do it in code after the table is defined using:

db.myfeet._plural = 'Feet'
db.myfeet._singular = 'Foot'

-Jim

On Wednesday, March 13, 2013 9:22:59 AM UTC-5, Cliff Kachinske wrote:
>
> db.define_table('myfeet',
>     Field(...)
>     ...,
>     singular='Foot',
>     plural='Feet',
>     )
>
> On Wednesday, March 13, 2013 10:08:29 AM UTC-4, software.ted wrote:
>>
>> Is there a way to change the labels of the tables in the generated 
>> breadcrumbs of the SQLFORM.grid as well as the link pointing to the linked 
>> tables to something custom.
>>
>>
>>
>> -- 
>>
>> .......................................................................................
>> Teddy Lubasi Nyambe
>> Opensource Zambia
>> Lusaka, ZAMBIA
>>
>> Cell: +260 97 7760473
>> website: http://www.opensource.org.zm
>>
>> ~/
>> Human Knowledge belongs to the world! - AntiTrust
>>
>> Man is a tool-using animal. Without tools he is nothing, with tools he is 
>> all - Thomas Carlyle 1795-1881
>>
>> /~ 
>>
>

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to