##// END OF EJS Templates
code clean up lib/redmine/export/pdf.rb....
Toshi MARUYAMA -
r5215:91e4d7d29878
parent child
Show More
@@ -202,7 +202,7 module Redmine
202 202 end
203 203
204 204 # title
205 pdf.SetFontStyle('B',11)
205 pdf.SetFontStyle('B',11)
206 206 pdf.RDMCell(190,10, title)
207 207 pdf.Ln
208 208
@@ -271,7 +271,7 module Redmine
271 271 pdf.footer_date = format_date(Date.today)
272 272 pdf.AddPage
273 273
274 pdf.SetFontStyle('B',11)
274 pdf.SetFontStyle('B',11)
275 275 pdf.RDMCell(190,10,
276 276 "#{issue.project} - #{issue.tracker} # #{issue.id}: #{issue.subject}")
277 277 pdf.Ln
@@ -285,7 +285,7 module Redmine
285 285 pdf.SetFontStyle('B',9)
286 286 pdf.RDMCell(35,5, l(:field_priority) + ":","LT")
287 287 pdf.SetFontStyle('',9)
288 pdf.RDMCell(60,5, issue.priority.to_s,"RT")
288 pdf.RDMCell(60,5, issue.priority.to_s,"RT")
289 289 pdf.Ln
290 290
291 291 pdf.SetFontStyle('B',9)
General Comments 0
You need to be logged in to leave comments. Login now