Changeset 835 for Bibliomane

Show
Ignore:
Timestamp:
06/14/07 11:17:34 (1 year ago)
Author:
sgillies
Message:

add titles to manifestation and item

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Bibliomane/trunk/bibliomane/interfaces.py

    r832 r835  
    159159    """ 
    160160 
     161    title = TextLine( 
     162        title=u"Title", 
     163        description=u"The title of the manifestation", 
     164        required=True, 
     165        ) 
     166 
    161167    date = BytesLine( 
    162168        title=u"Date", 
     
    198204    """ 
    199205 
     206    title = TextLine( 
     207        title=u"Title", 
     208        description=u"The title of the item", 
     209        required=True, 
     210        ) 
     211 
    200212    identifier = TextLine( 
    201213        title=u"Identifier", 
  • Bibliomane/trunk/bibliomane/works.py

    r832 r835  
    7575    __name__ = __parent__ = None 
    7676 
     77    title = u"" 
    7778    date = u"" 
    7879    edition = u"" 
     
    8788    __name__ = __parent__ = None 
    8889 
     90    title = u"" 
    8991    identifier = u"" 
    9092    responsibility_marker = IOwnedBy