Changeset 11763 for main/ngren.theme/trunk/ngren/theme/browser/slide.py
- Timestamp:
- 16 Jul 2014, 05:29:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/browser/slide.py
r10190 r11763 19 19 20 20 class ISlide(form.Schema): 21 """A Banner which will be displayed in the Gallery Container21 """A Slide element which will be displayed in the Slide Show 22 22 """ 23 23 title = schema.TextLine( title=_(u"Title"), required=True ) 24 picture = NamedImage(title=_(u"Slide Image"), description=_(u"Please upload an image"), required=False)24 picture = NamedImage(title=_(u"Slide Show Image"), description=_(u"Please upload an image"), required=False) 25 25 text = RichText( title=_(u"Text"), required=False) 26 26 link = schema.TextLine(title=_(u"Link"), required=False)
Note: See TracChangeset for help on using the changeset viewer.