Ignore:
Timestamp:
10 Apr 2012, 19:17:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Insert <br> tag in labels on application forms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r8078 r8096  
    408408    def label(self):
    409409        container_title = self.context.__parent__.title
    410         return _('${a} Application Record ${b}', mapping = {
     410        return _('${a} <br /> Application Record ${b}', mapping = {
    411411            'a':container_title, 'b':self.context.application_number})
    412412
     
    651651    def label(self):
    652652        container_title = self.context.__parent__.title
    653         return _('${a} Application Form ${b}', mapping = {
     653        return _('${a} <br /> Application Form ${b}', mapping = {
    654654            'a':container_title, 'b':self.context.application_number})
    655655
Note: See TracChangeset for help on using the changeset viewer.