Show
Ignore:
Timestamp:
10/23/07 13:12:39 (13 months ago)
Author:
JensDiemer
Message:

-"add_css_tag" for _command, too.
-rename settings.CSS_DIV_CLASS_NAME -> settings.CSS_PLUGIN_CLASS_NAME

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/settings_example.py

    r1221 r1283  
    382382ALLOW_SEND_MAILS = True 
    383383 
    384 # Every Plugin output clasp around with a html DIV tag. 
    385 # Here you can defined witch CSS class name the DIV tag should used: 
    386 CSS_DIV_CLASS_NAME = "PyLucidPlugins" 
     384# Every Plugin output gets a html SPAN tag around. 
     385# Here you can defined witch CSS class name the tag should used: 
     386CSS_PLUGIN_CLASS_NAME = "PyLucidPlugins"