Commit f82654f1 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Title property added for pdf export of an issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@226 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c3656145
<% pdf=IfpdfHelper::IFPDF.new
pdf.SetTitle("#{@project.name} - ##{@issue.tracker.name} #{@issue.id}")
pdf.AliasNbPages
pdf.footer_date = format_date(Date.today)
pdf.AddPage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment