/[pac]/pac/PACDefault/PublicAction.py
ViewVC logotype

Diff of /pac/PACDefault/PublicAction.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by tvon, Fri Oct 3 21:45:44 2003 UTC revision 1.18 by tvon, Wed Oct 8 00:44:40 2003 UTC
# Line 20  schema = BaseFolderSchema +  Schema(( Line 20  schema = BaseFolderSchema +  Schema((
20              i18n_domain="plone"),              i18n_domain="plone"),
21          ),          ),
22    
23        TextField("description",
24            required=1,
25            searchable=1,
26            widget=TextAreaWidget(label="Description",
27                description="Short description of the action.  No special formatting is allowed here.",),
28            ),
29    
30      TextField("summary",      TextField("summary",
31          required=1,          required=1,
32          searchable=1,          searchable=1,
# Line 46  schema = BaseFolderSchema +  Schema(( Line 53  schema = BaseFolderSchema +  Schema((
53          vocabulary='getUSStates',          vocabulary='getUSStates',
54          schemata="scope",          schemata="scope",
55          ),          ),
     LinesField('politicalParty',  
         widget=MultiSelectionWidget(label='Political party',  
             description="To restrict this action to a perticular political party, select it here."),  
         vocabulary='getPoliticalParties',  
         schemata="scope",  
         ),  
56      ###################################      ###################################
57    
58      ###################################      ###################################

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26