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

Diff of /pac/PACDefault/ActionRecipientList.py

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

revision 1.10 by tvon, Fri Oct 3 21:45:44 2003 UTC revision 1.11 by tvon, Wed Oct 8 00:44:40 2003 UTC
# Line 27  schema = BaseSchema + Schema(( Line 27  schema = BaseSchema + Schema((
27              description="If the Uninted States is one of the countries, select the states that will be involved in this action"),              description="If the Uninted States is one of the countries, select the states that will be involved in this action"),
28          vocabulary='getUSStates',          vocabulary='getUSStates',
29          ),          ),
     LinesField('politicalParty',  
         widget=MultiSelectionWidget(label='Political party',  
             description="To restrict this action to a perticular political party, select it here."),  
         vocabulary='getPoliticalParties',  
         ),  
30      StringField('currentOffice',      StringField('currentOffice',
31          widget=StringWidget(label='Current Office',          widget=StringWidget(label='Current Office',
32              description="To restrict this action to a perticular office or position."),              description="To restrict this action to a perticular office or position."),
# Line 42  schema = BaseSchema + Schema(( Line 37  schema = BaseSchema + Schema((
37      # recipients      # recipients
38      LinesField('actionRecipients',      LinesField('actionRecipients',
39              widget=LinesWidget(label='Action Recipients',              widget=LinesWidget(label='Action Recipients',
40                  macro_edit='pac_widgets/actionrecipients_chooser',),                  macro_edit='pac_templates/widgets/actionrecipients_chooser',),
41              schemata='recipients',              schemata='recipients',
42              ),              ),
43      ###################################      ###################################

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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