diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 67582be59b..2935420877 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,14 @@ +2009-05-14 Esteban Sanchez + + * godmode/agentes/massive_edit_modules.php: Fixed title. + + * images/printer.png, images/chart_curve.png, images/target.png, + images/suc.png, images/rss.png, images/error.png, images/err.png: + Updated with tango icons. + + * images/anchor.png, images/accept.png: Deleted from repository. Unused + icons. + 2009-05-13 Sancho Lerena * include/styles/pandora_blackmetal.css: New style with custom headers diff --git a/pandora_console/godmode/agentes/massive_edit_modules.php b/pandora_console/godmode/agentes/massive_edit_modules.php index ba19b24691..4213e97dcd 100644 --- a/pandora_console/godmode/agentes/massive_edit_modules.php +++ b/pandora_console/godmode/agentes/massive_edit_modules.php @@ -28,7 +28,7 @@ if (! give_acl ($config['id_user'], 0, "PM")) { require_once ('include/functions_modules.php'); -echo '

'.__('Massive alerts deletion').'

'; +echo '

'.__('Massive modules edition').'

'; function process_manage_edit ($module_name) { if (is_int ($module_name) && $module_name <= 0) { diff --git a/pandora_console/images/accept.png b/pandora_console/images/accept.png deleted file mode 100644 index 89c8129a49..0000000000 Binary files a/pandora_console/images/accept.png and /dev/null differ diff --git a/pandora_console/images/anchor.png b/pandora_console/images/anchor.png deleted file mode 100644 index 9b3422c61e..0000000000 Binary files a/pandora_console/images/anchor.png and /dev/null differ diff --git a/pandora_console/images/chart_curve.png b/pandora_console/images/chart_curve.png index ea7674ef3c..8c9436e19f 100644 Binary files a/pandora_console/images/chart_curve.png and b/pandora_console/images/chart_curve.png differ diff --git a/pandora_console/images/err.png b/pandora_console/images/err.png index e7dc3409a3..22e454fac4 100644 Binary files a/pandora_console/images/err.png and b/pandora_console/images/err.png differ diff --git a/pandora_console/images/error.png b/pandora_console/images/error.png index 628cf2dae3..a9e4ff3991 100644 Binary files a/pandora_console/images/error.png and b/pandora_console/images/error.png differ diff --git a/pandora_console/images/printer.png b/pandora_console/images/printer.png index a350d18715..12a4e39dd3 100644 Binary files a/pandora_console/images/printer.png and b/pandora_console/images/printer.png differ diff --git a/pandora_console/images/rss.png b/pandora_console/images/rss.png index 23a2c2f03b..cc66f84367 100644 Binary files a/pandora_console/images/rss.png and b/pandora_console/images/rss.png differ diff --git a/pandora_console/images/suc.png b/pandora_console/images/suc.png index 554bb2f4cc..f099fa9941 100644 Binary files a/pandora_console/images/suc.png and b/pandora_console/images/suc.png differ diff --git a/pandora_console/images/target.png b/pandora_console/images/target.png index 2151dc8e2b..6113aa03c2 100644 Binary files a/pandora_console/images/target.png and b/pandora_console/images/target.png differ