oh and the reason mine didn't work is, the layout plugins on web2py don't
use bootstrap it seems. I changed to using a bootstrap3 scaffold, and a
themed bootstrap.min.css, and it worked fine.
On Tuesday, 10 February 2015 08:33:01 UTC, Yebach wrote:
>
>
> I would like to create a drop down menu i
I don't know if I understand your problem, but I do this:
adminmenu = [
(T('Admin'), False, '', [
(T('Disk'), False, URL('dynamic', 'diskadmin'), []),
(T('Slot'), False, URL('dynamic', 'systemadmin'), []),
]),
]
Which creates a cascaded menu option, then I
if auth.has_mem
2 matches
Mail list logo