diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
commit | ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (patch) | |
tree | 7038f46b8fac1881e434f207d10883149999a8b9 /chart.cgi | |
parent | 61858962b06866a330960bd161591b000e26ae63 (diff) | |
download | bugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz bugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz |
Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles
r/a=justdave
Diffstat (limited to 'chart.cgi')
-rwxr-xr-x | chart.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -291,6 +291,7 @@ sub edit { $vars->{'category'} = Bugzilla::Chart::getVisibleSeries(); $vars->{'default'} = $series; + $vars->{'message'} = 'series_updated' if $vars->{'changes_saved'}; print $cgi->header(); $template->process("reports/edit-series.html.tmpl", $vars) |