- Timestamp:
- 04/23/08 09:31:05 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/plugins_internal/plugin_admin/plugin_admin.py
r1450 r1532 66 66 Run the method from a POST and display the menu. 67 67 """ 68 # Change the global page title: 69 self.context["PAGE"].title = _("plugin administration") 70 68 71 if self.request.method == 'POST': 69 72 POST = self.request.POST
