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:
Jean-Philippe Lang 2007-02-03 14:12:28 +00:00
parent c365614548
commit f82654f158
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<% pdf=IfpdfHelper::IFPDF.new
pdf.SetTitle("#{@project.name} - ##{@issue.tracker.name} #{@issue.id}")
pdf.AliasNbPages
pdf.footer_date = format_date(Date.today)
pdf.AddPage