Title property added for generated pdf gantt

git-svn-id: http://redmine.rubyforge.org/svn/trunk@225 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-02-03 14:08:47 +00:00
parent a3c2c4a48a
commit c365614548
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<%
pdf=IfpdfHelper::IFPDF.new
pdf.SetTitle("#{@project.name} - #{l(:label_gantt)}")
pdf.AliasNbPages
pdf.footer_date = format_date(Date.today)
pdf.AddPage("L")