Changeset 8096 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 10 Apr 2012, 19:17:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r8078 r8096 408 408 def label(self): 409 409 container_title = self.context.__parent__.title 410 return _('${a} Application Record ${b}', mapping = {410 return _('${a} <br /> Application Record ${b}', mapping = { 411 411 'a':container_title, 'b':self.context.application_number}) 412 412 … … 651 651 def label(self): 652 652 container_title = self.context.__parent__.title 653 return _('${a} Application Form ${b}', mapping = {653 return _('${a} <br /> Application Form ${b}', mapping = { 654 654 'a':container_title, 'b':self.context.application_number}) 655 655
Note: See TracChangeset for help on using the changeset viewer.