Changeset 6337


Ignore:
Timestamp:
10 Jun 2011, 15:08:22 (13 years ago)
Author:
Henrik Bettermann
Message:

entry_session will be inherited from the container.

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r6332 r6337  
    371371        required = False,
    372372        )
    373     entry_session = schema.Choice(
    374         source = entry_session_vocab,
    375         title = u'Entry Session',
    376         required = False,
    377         )
     373    # entry_session is inherited from the container
     374    #entry_session = schema.Choice(
     375    #    source = entry_session_vocab,
     376    #    title = u'Entry Session',
     377    #    required = False,
     378    #    )
    378379    notice = schema.Text(
    379380        title = u'Notice',
     
    422423        readonly = True,
    423424        )
    424     entry_session = schema.Choice(
    425         source = entry_session_vocab,
    426         title = u'Entry Session',
    427         required = False,
    428         readonly = True
    429         )
     425    # entry_session is inherited from the container
     426    #entry_session = schema.Choice(
     427    #    source = entry_session_vocab,
     428    #    title = u'Entry Session',
     429    #    required = False,
     430    #    readonly = True
     431    #    )
    430432    notice = schema.Text(
    431433        title = u'Notice',
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css

    r6307 r6337  
    3636  font-family: courier;
    3737  font-size: 80%;
    38   padding-left: 4px;
     38  padding: 4px;
    3939  margin-bottom: 8px;
    4040  border-width: 1px;
Note: See TracChangeset for help on using the changeset viewer.