Show
Ignore:
Timestamp:
04/23/08 09:31:05 (7 months ago)
Author:
JensDiemer
Message:
  • page title
    • plugin_manager.handle_command() changes the page title, if it's not changes by the plugin themself.
    • remove some headlines in internal pages
    • set some title in plugins
  • add BasePlugin?.build_menu() - Used in show_internals (comes later)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/plugin_admin/plugin_admin.py

    r1450 r1532  
    6666        Run the method from a POST and display the menu. 
    6767        """ 
     68        # Change the global page title: 
     69        self.context["PAGE"].title = _("plugin administration") 
     70 
    6871        if self.request.method == 'POST': 
    6972            POST = self.request.POST