Changes between Version 56 and Version 57 of S3/S3Navigation
- Timestamp:
- 01/05/15 14:57:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v56 v57 300 300 - '''S3OptionsMenu''' for the options menus per module ("controller" menus) 301 301 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. 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 modules/templates/<template>/menus.py. 303 303 304 === Custom Modules Menu === 304 305 305 {{{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}}}. 306 306 307 To customize the main menu, you should create a menus.py in your private/templates/<template> folder.307 To customize the main menu, you should create a menus.py in your modules/templates/<template> folder. 308 308 309 309 … … 346 346 === Custom Options Menus === 347 347 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.:348 To 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.: 349 349 350 350 {{{#!python