Changeset 6337 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 10 Jun 2011, 15:08:22 (13 years ago)
- 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 371 371 required = False, 372 372 ) 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 # ) 378 379 notice = schema.Text( 379 380 title = u'Notice', … … 422 423 readonly = True, 423 424 ) 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 # ) 430 432 notice = schema.Text( 431 433 title = u'Notice', -
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r6307 r6337 36 36 font-family: courier; 37 37 font-size: 80%; 38 padding -left: 4px;38 padding: 4px; 39 39 margin-bottom: 8px; 40 40 border-width: 1px;
Note: See TracChangeset for help on using the changeset viewer.