Title property added for pdf export of an issue
git-svn-id: http://redmine.rubyforge.org/svn/trunk@226 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c365614548
commit
f82654f158
|
@ -1,4 +1,5 @@
|
||||||
<% pdf=IfpdfHelper::IFPDF.new
|
<% pdf=IfpdfHelper::IFPDF.new
|
||||||
|
pdf.SetTitle("#{@project.name} - ##{@issue.tracker.name} #{@issue.id}")
|
||||||
pdf.AliasNbPages
|
pdf.AliasNbPages
|
||||||
pdf.footer_date = format_date(Date.today)
|
pdf.footer_date = format_date(Date.today)
|
||||||
pdf.AddPage
|
pdf.AddPage
|
||||||
|
|
Loading…
Reference in New Issue