Bernd Wurst commited on 2008-04-15 15:54:51
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -17,7 +17,7 @@ def Footer(canvas): |
| 17 | 17 |
canvas.setFont(font, 7) |
| 18 | 18 |
canvas.drawString(leftcontent, bottomcontent-10, 'schokokeks.org GbR') |
| 19 | 19 |
canvas.drawString(leftcontent, bottomcontent-20, 'Bernd Wurst / Johannes Böck') |
| 20 |
- canvas.drawString(leftcontent, bottomcontent-30, 'http://www.schokokeks.org') |
|
| 20 |
+ canvas.drawString(leftcontent, bottomcontent-30, 'www.schokokeks.org') |
|
| 21 | 21 |
canvas.drawString(leftcontent, bottomcontent-40, 'root@schokokeks.org') |
| 22 | 22 |
|
| 23 | 23 |
canvas.drawString(leftcontent+((rightcontent-leftcontent)/3), bottomcontent-10, 'Steuernummer 51072/01109') |
| 24 | 24 |