Show
Ignore:
Timestamp:
04/30/08 13:35:20 (23 months ago)
Author:
JensDiemer
Message:

Experimental new Preferences!

  • New editor used the newforms models in the plugin class
  • Doesn't realy use the preferences (in search and find_and_replace) only display it
  • the system_settings doesn't used, too. Only for display the data.
  • Not ready in all cases
  • there can exist some print debug!
Files:
1 modified

Legend:

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

    r1536 r1544  
    4040from PyLucid.tools.utils import escape 
    4141from PyLucid.system.internal_page import InternalPage, InternalPageNotFound 
    42 from PyLucid.system.plugin_manager import get_plugin_config, debug_plugin_config 
     42from PyLucid.system.plugin_import import get_plugin_config, debug_plugin_config 
    4343from PyLucid.models import Plugin 
    4444 
     
    5959 
    6060        self.current_page = self.context["PAGE"] 
     61        self.preferences = self.context.preferences 
    6162 
    6263    def build_menu(self):