in views/layout.html replace
<div class="ez-box" id="statusbar">
{{#------ superfish menu ------}}
{{=MENU(response.menu,_class='sf-menu')}}
...
<div class="ez-fl ez-negmx">
<div class="ez-box" id="left_sidebar">{{#------ unused space}}</
div>
with
<div class="ez-box" id="statusbar">
{{#------ superfish menu ------}}
...
<div class="ez-fl ez-negmx">
<div class="ez-box"
id="left_sidebar">{{=MENU(response.menu,_class='sf-menu web2py-menu-
vertical')}}
then use CSS in static/base.css to make the left sidebar wider and
change the colors.
On Oct 12, 3:51 pm, Stef Mientki <[email protected]> wrote:
> hello,
>
> I wonder how to create the left sidebar menu, as shown in web2py plugins
> (http://web2py.com/plugins/default/sortable) ?
>
> I couldn't find anything direct related in the web2py and google gave me a
> lot irrelevant links.
>
> thanks,
> Stef Mientki