2010-08-20 Sergio Martin <sergio.martin@artica.es>
* include/styles/menu.css godmode/massive/massive_operations.php: Fixed the massive operations header new message and added style to the menu image to massive operations git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3165 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
08ee02d9bb
commit
c39f2141ac
|
@ -1,3 +1,10 @@
|
|||
2010-08-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/menu.css
|
||||
godmode/massive/massive_operations.php: Fixed
|
||||
the massive operations header new message and
|
||||
added style to the menu image to massive operations
|
||||
|
||||
2010-08-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/massive_copy_modules.php
|
||||
|
|
|
@ -110,7 +110,7 @@ if ($policiestab == -1)
|
|||
$onheader = array('massive_agents' => $agentstab, 'massive_modules' => $modulestab,
|
||||
'massive_alerts' => $alertstab, 'policies' => $policiestab);
|
||||
|
||||
print_page_header (__('Agent configuration'). ' » '. $options[$option], "images/god1.png", false, "", true, $onheader);
|
||||
print_page_header (__('Massive operations'). ' » '. $options[$option], "images/sitemap_color.png", false, "", true, $onheader);
|
||||
|
||||
echo '<form method="post" id="form_options" action="index.php?sec=gmassive&sec2=godmode/massive/massive_operations">';
|
||||
echo '<table border="0"><tr><td>';
|
||||
|
|
|
@ -140,6 +140,9 @@
|
|||
#icon_god-agents {
|
||||
background-image: url(../../images/god1.png);
|
||||
}
|
||||
#icon_god-massive {
|
||||
background-image: url(../../images/sitemap_color.png);
|
||||
}
|
||||
#icon_god-services {
|
||||
background-image: url(../../images/box.png);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue