@@ -93,8 +93,8 | |||||
93 | pdf.SetFontStyle('',8) |
|
93 | pdf.SetFontStyle('',8) | |
94 | pdf.Cell(80,5, attachment.filename) |
|
94 | pdf.Cell(80,5, attachment.filename) | |
95 | pdf.Cell(20,5, number_to_human_size(attachment.filesize),0,0,"R") |
|
95 | pdf.Cell(20,5, number_to_human_size(attachment.filesize),0,0,"R") | |
96 |
pdf.Cell(2 |
|
96 | pdf.Cell(25,5, format_date(attachment.created_on),0,0,"R") | |
97 |
pdf.Cell( |
|
97 | pdf.Cell(65,5, attachment.author.name,0,0,"R") | |
98 | pdf.Ln |
|
98 | pdf.Ln | |
99 | end |
|
99 | end | |
100 | %> No newline at end of file |
|
100 | %> |
General Comments 0
You need to be logged in to leave comments.
Login now