source: products/SimpleBlog/trunk/skins/SimpleBlog/prefs_simpleblog_edit.cpy @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 520 bytes
Line 
1## Controller Python Script "prefs_simpleblog_edit"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind state=state
7##bind subpath=traverse_subpath
8##parameters=publishedState='published', createPortletOnBlogCreation=None, maxItemsInPortlet=5, globalCategories=''
9##title=Setup SimpleBlog
10
11context.simpleblog_tool.setProperties(publishedState, createPortletOnBlogCreation, maxItemsInPortlet, globalCategories)
12
13return state.set(portal_status_message='SimpleBlog configured.')
Note: See TracBrowser for help on using the repository browser.