Ignore:
Timestamp:
Apr 29, 2011 10:42:46 AM (13 years ago)
Author:
mylan
Message:

Remove not descriptable fields descrtions, add comment to remoutUrl field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ploneorg.kudobounty/trunk/ploneorg/kudobounty/content/bountyprogramsubmission.py

    r3201 r3202  
    6565        widget=atapi.StringWidget( 
    6666            label=_(u"URL"), 
    67             maxlength = '511', 
     67            maxlength = '511', # Got from ATLinkSchema 
    6868        ), 
    6969        required=True, 
     
    8686        widget=atapi.StringWidget( 
    8787            label=_(u"First name"), 
    88             description=_(u"Field description"), 
    8988        ), 
    9089    ), 
     
    9594        widget=atapi.StringWidget( 
    9695            label=_(u"Last name"), 
    97             description=_(u"Field description"), 
    9896        ), 
    9997    ), 
     
    104102        widget=atapi.StringWidget( 
    105103            label=_(u"Organization name"), 
    106             description=_(u"Field description"), 
    107104        ), 
    108105    ), 
Note: See TracChangeset for help on using the changeset viewer.