[web2py] Re: Stop menu from collapsing

2013-06-29 Thread Massimo Di Pierro
Thank you Paolo. Will commit asap. On Friday, 28 June 2013 17:32:24 UTC-5, Paolo Caruccio wrote: > > This should work: replace navbar section in layout.html with > > > > {{=response.flash or ''}} > > > {{is_mobile=request.user_agent().is_mobile}} > >

[web2py] Re: Stop menu from collapsing

2013-06-28 Thread Paolo Caruccio
This should work: replace navbar section in layout.html with {{=response.flash or ''}} {{is_mobile=request.user_agent().is_mobile}} {{=response.logo or ''}} {{='auth' in globals() and auth.na

[web2py] Re: Stop menu from collapsing

2013-06-27 Thread James Burke
Good to know. =) -- --- 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/gr

[web2py] Re: Stop menu from collapsing

2013-06-27 Thread Massimo Di Pierro
I would like to know it too. It should only happen when detecting a mobile device. On Thursday, 27 June 2013 01:57:44 UTC-5, James Burke wrote: > > Hi, > > Is it possible to stop the menu from collapsing into a button when the > window width is resized smaller? > > Or do I have to start from scr