improve email formatting
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3431 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
cbbb46d02f
commit
fc2f3bcd01
1 changed files with 3 additions and 3 deletions
|
@ -256,9 +256,9 @@ class CheckoutView(ServiceManagerView):
|
||||||
locationInfo = self.getLocationInfo(info)
|
locationInfo = self.getLocationInfo(info)
|
||||||
line = '\n'.join((info['service'], info['fromTo'], locationInfo))
|
line = '\n'.join((info['service'], info['fromTo'], locationInfo))
|
||||||
if info['serviceObject'].allowRegWithNumber and info['number']:
|
if info['serviceObject'].allowRegWithNumber and info['number']:
|
||||||
line += '\nTeilnehmer: %s\n' % info['number']
|
line += '\nTeilnehmer: %s' % info['number']
|
||||||
if info['numberWaiting']:
|
if info['numberWaiting']:
|
||||||
line += 'Teilnehmer auf Warteliste'
|
line += '\nTeilnehmer auf Warteliste'
|
||||||
if info['serviceObject'].allowRegWithNumber:
|
if info['serviceObject'].allowRegWithNumber:
|
||||||
line += ': %s' % info['numberWaiting']
|
line += ': %s' % info['numberWaiting']
|
||||||
line += '\n'
|
line += '\n'
|
||||||
|
|
Loading…
Add table
Reference in a new issue