Changes between Version 56 and Version 57 of S3/S3Navigation


Ignore:
Timestamp:
01/05/15 14:57:32 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v56 v57  
    300300  - '''S3OptionsMenu''' for the options menus per module ("controller" menus)
    301301
    302 These classes can be found in {{{modules/s3menus.py}}} and shall ''not'' be customized in place - instead, any custom menu definitions can happen in private/templates/<template>/menus.py.
     302These classes can be found in {{{modules/s3menus.py}}} and shall ''not'' be customized in place - instead, any custom menu definitions can happen in modules/templates/<template>/menus.py.
     303
    303304=== Custom Modules Menu ===
    304 
    305305{{{models/00_utils.py}}} defines the application main menu ("modules" menu). In the trunk version, this invokes the respective definition methods of the {{{S3MainMenu}}} class in {{{modules/s3menus.py}}}.
    306306
    307 To customize the main menu, you should create a menus.py in your private/templates/<template> folder.
     307To customize the main menu, you should create a menus.py in your modules/templates/<template> folder.
    308308
    309309
     
    346346=== Custom Options Menus ===
    347347
    348 To customize a controller menu, you can override the standard menu in the {{{s3_menu_dict}}} in the second section of {{{models/01_menu.py}}} with a custom menu definition, e.g.:
     348To customize a controller menu, you can override the standard menu in the {{{s3_menu_dict}}} in {{{models/00_utils.py}}} with a custom menu definition, e.g.:
    349349
    350350{{{#!python