Changeset 3197 in products


Ignore:
Timestamp:
Apr 28, 2011 4:19:44 PM (13 years ago)
Author:
mylan
Message:

updated interface

File:
1 edited

Legend:

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

    r3129 r3197  
    3636    ) 
    3737# 
    38     # altText = schema.TextLine( 
    39     #     title=_(u"alt text"), 
    40     #     required=False, 
    41     #     description=_(u"Field description"), 
    42     # ) 
     38    description = schema.TextLine( 
     39        title=_(u"alt text"), 
     40        required=False, 
     41    ) 
    4342# 
    4443    remoteUrl = schema.TextLine( 
Note: See TracChangeset for help on using the changeset viewer.