Changeset 586

Show
Ignore:
Timestamp:
10/20/06 08:34:12
Author:
chervol
Message:

showButtons renamed to showByline

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • SimpleBlog/branches/plone-2.5/content/blog.py

    r585 r586  
    7070                      description_msgid="help_warnForUnpublishedEntries", 
    7171                      description='When checked, a warning will be displayed on the blog\'s frontpage if there are entries that are not yet published.')), 
     72    BooleanField('showByline', 
     73                  default = 1, 
     74                  schemata = 'interface', 
     75                  widget=BooleanWidget(label="Show Byline footer", 
     76                                       label_msgid="label_show_buttons", 
     77                                       description_msgid="help_show_buttons",), 
     78               ), 
     79    BooleanField('showIcons', 
     80                  default = 1, 
     81                  schemata = 'interface', 
     82                  widget=BooleanWidget(label="Show Icons", 
     83                                       label_msgid="label_show_icons", 
     84                                       description_msgid="help_show_icons",), 
     85               ), 
    7286    BooleanField('tagsEnabled', 
    7387                  accessor = 'isTagsEnabled',