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

Diff of /pac/PACDefault/ContactInfo.py

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

revision 1.1 by tvon, Fri Oct 24 04:53:13 2003 UTC revision 1.2 by tvon, Fri Oct 24 06:45:30 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    
18      StringField('contactName',      StringField('contactName',
19          widget=StringWidget(label='Contact Name'),          widget=StringWidget(label='Contact Name'),
20          ),          ),

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