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

Diff of /pac/PACDefault/ActionEMail.py

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

revision 1.1 by tvon, Wed Nov 5 04:30:47 2003 UTC revision 1.2 by tvon, Thu Nov 6 00:07:07 2003 UTC
# Line 5  from Products.PACDefault.config import * Line 5  from Products.PACDefault.config import *
5    
6  schema = BaseSchema + Schema((  schema = BaseSchema + Schema((
7    
8        StringField('title',
9            required=1,
10            searchable=1,
11            default='',
12            accessor='Title',
13            widget=StringWidget(label_msgid="label_title",
14                description_msgid="help_title",
15                i18n_domain="plone"),
16            ),
17      TextField('Instructions',      TextField('Instructions',
18          widget=RichWidget(label='Instructions'),          widget=RichWidget(label='Instructions'),
19          ),          ),

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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