[Bps-public-commit] r11490 - in RT-Extension-Reports/html: NoAuth NoAuth/images Reports/Elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Apr 4 04:27:28 EDT 2008
Author: sunnavy
Date: Fri Apr 4 04:27:28 2008
New Revision: 11490
Added:
RT-Extension-Reports/html/NoAuth/
RT-Extension-Reports/html/NoAuth/images/
RT-Extension-Reports/html/NoAuth/images/reports/
RT-Extension-Reports/html/NoAuth/images/reports/.exist
Modified:
RT-Extension-Reports/html/Reports/Elements/ShowResults
Log:
added reports image dir, and it's now NoAuth/images/reports
Added: RT-Extension-Reports/html/NoAuth/images/reports/.exist
==============================================================================
Modified: RT-Extension-Reports/html/Reports/Elements/ShowResults
==============================================================================
--- RT-Extension-Reports/html/Reports/Elements/ShowResults (original)
+++ RT-Extension-Reports/html/Reports/Elements/ShowResults Fri Apr 4 04:27:28 2008
@@ -105,7 +105,8 @@
}
my $wc = WebChart->new( width => 800, height => 600, img_dir =>
-$RT::MasonComponentRoot . '/NoAuth/images/wc', web_img_dir => '/NoAuth/images/wc' );
+$RT::MasonComponentRoot . '/NoAuth/images/reports', web_img_dir =>
+'/NoAuth/images/reports' );
my $seg = $wc->render( data => \@data, type => 'bars',
options => { legend_labels => [@$Headers[2 .. @$Headers -1]], title => $_ } );
$html .= $seg;
More information about the Bps-public-commit
mailing list