Changeset 586
- Timestamp:
- 10/20/06 08:34:12
- Files:
-
- SimpleBlog/branches/plone-2.5/content/blog.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/branches/plone-2.5/content/blog.py
r585 r586 70 70 description_msgid="help_warnForUnpublishedEntries", 71 71 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 ), 72 86 BooleanField('tagsEnabled', 73 87 accessor = 'isTagsEnabled',
