Show
Ignore:
Timestamp:
04/23/08 11:34:30 (23 months ago)
Author:
JensDiemer
Message:
  • autoamtic plugin menu:
  • first updates for show_internals (but only "system_info" updated)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/system/BasePlugin.py

    r1532 r1535  
    9898            ) 
    9999 
    100         context = { 
    101             "plugin_name": self.plugin_name, 
    102             "version": plugin_config.__version__, 
    103             "menu_data": menu_data, 
    104         } 
     100        self.context["PAGE"].title = "%s (%s)" % ( 
     101            self.plugin_name.replace("_", " "), plugin_config.__version__ 
     102        ) 
     103 
     104        context = {"menu_data": menu_data,} 
    105105 
    106106        # Change the internal_page and use them from "admin_menu" plugin.