Ignore:
Timestamp:
16 Jul 2014, 05:29:34 (10 years ago)
Author:
Henrik Bettermann
Message:

Avoid confusion of meaning of frontpage items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/browser/slide.py

    r10190 r11763  
    1919
    2020class ISlide(form.Schema):
    21     """A Banner which will be displayed in the Gallery Container
     21    """A Slide element which will be displayed in the Slide Show
    2222    """
    2323    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)
    2525    text = RichText( title=_(u"Text"), required=False)
    2626    link = schema.TextLine(title=_(u"Link"), required=False)
Note: See TracChangeset for help on using the changeset viewer.