OSDN Git Service

adjusted the attachment date column width on pdf issue export to avoid overlapping...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 5 Mar 2007 19:00:16 +0000 (19:00 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 5 Mar 2007 19:00:16 +0000 (19:00 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@302 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_pdf.rfpdf

index 042c6bb..39dfd90 100644 (file)
@@ -93,8 +93,8 @@
                pdf.SetFontStyle('',8)\r
            pdf.Cell(80,5, attachment.filename)\r
                pdf.Cell(20,5, number_to_human_size(attachment.filesize),0,0,"R")\r
-               pdf.Cell(20,5, format_date(attachment.created_on),0,0,"R")\r
-               pdf.Cell(70,5, attachment.author.name,0,0,"R")\r
+               pdf.Cell(25,5, format_date(attachment.created_on),0,0,"R")\r
+               pdf.Cell(65,5, attachment.author.name,0,0,"R")\r
                pdf.Ln\r
        end\r
 %>
\ No newline at end of file