Bug 90854 - Allow simple report format

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1471 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2011-12-13 12:03:14 +00:00
parent cb93fefd39
commit 1f0072d2ae
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@
[% formats = [ { name => "pie", description => "Pie" },
{ name => "bar", description => "Bar" },
{ name => "line", description => "Line" },
{ name => "table", description => "Table" } ] %]
{ name => "table", description => "Table" },
{ name => "simple", description => "Simple" } ] %]
[% formaturl = "report.cgi?$switchbase&width=$width" _
"&height=$height&action=wrap" %]