diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index afb49424e2..36bf5f5645 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2007-05-03 Raul Mateos + + * images/reporting.png: Renamed from chart_pie.png. + + * include/op.css: Updated with reporting.png. + 2007-05-03 Sancho Lerena * include/FreeSans.ttf: Added to repos, should be here to use in graphs. @@ -49,7 +55,7 @@ * pandora_graphical_console.sql: Cleanup. -2007-04-22 Sancho Lerena +2007-05-02 Sancho Lerena * pandoradb.sql: Fixed small problem with tgrupos diff --git a/pandora_console/images/chart_pie.png b/pandora_console/images/chart_pie.png deleted file mode 100644 index fe00fa050a..0000000000 Binary files a/pandora_console/images/chart_pie.png and /dev/null differ diff --git a/pandora_console/images/reporting.png b/pandora_console/images/reporting.png new file mode 100644 index 0000000000..94cea17d3f Binary files /dev/null and b/pandora_console/images/reporting.png differ diff --git a/pandora_console/include/styles/op.css b/pandora_console/include/styles/op.css index eb4b83f112..447fb20353 100644 --- a/pandora_console/include/styles/op.css +++ b/pandora_console/include/styles/op.css @@ -49,7 +49,7 @@ div#op7s>ul, div#op8s>ul, div#op9s>ul { background: url(../../images/email.png) no-repeat 4px 4px; } #op8 li, #op8 li:hover, #op8s li { - background: url(../../images/chart_pie.png) no-repeat 4px 4px; + background: url(../../images/reporting.png) no-repeat 4px 4px; } #op9 li, #op9 li:hover, #op9s li { background: url(../../images/op9.gif) no-repeat 4px 3px;