The navbar() function is not that customizable. The link labels are wrapped
in T(), so you could translate them in the language files. Alternatively,
the navbar() function simply returns a SPAN object, so you could use the
server-side
DOM<http://web2py.com/books/default/chapter/29/5#Server-side-DOM-and-parsing>to
make the changes. Or just make your own version of the function (here's
the code: http://code.google.com/p/web2py/source/browse/gluon/tools.py#1210
).
Anthony
On Monday, August 20, 2012 1:29:23 PM UTC-4, Hassan Alnatour wrote:
>
> Dear ALL ,
>
> I am using {{='auth' in globals() and auth.navbar(separators=('
> ','',''))}} >> so i get login | registration ....... and some other
> links >> now how can i change the words ? i want to change login
> to something else
>
> so how can i do that ???
>
> Best regards,
>
--