Changeset 6509 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 5 Jul 2011, 16:31:17 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt
r6106 r6509 5 5 <br /> 6 6 7 <table class="zebra" >7 <table class="zebra" tal:condition="layout/isAuthenticated"> 8 8 <tbody> 9 9 <tal:block repeat="widget view/widgets"> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6500 r6509 204 204 205 205 startdate = schema.Date( 206 title = u' Date when the application period starts',206 title = u'Application start date', 207 207 required = False, 208 208 default = None, … … 210 210 211 211 enddate = schema.Date( 212 title = u' Date when the application period ends',212 title = u'Application closing date', 213 213 required = False, 214 214 default = None,
Note: See TracChangeset for help on using the changeset viewer.