2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>

* images/radial_dynamic_network_icon.png: Added file.
	
	* operation/agentes/networkmap.php: Changed the icon
	of the 'radial dinamic' tab.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10444 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
alexhigh 2014-08-21 13:26:11 +00:00
parent fe497317be
commit 76e08fca0a
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* images/radial_dynamic_network_icon.png: Added file.
* operation/agentes/networkmap.php: Changed the icon
of the 'radial dinamic' tab.
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_graph.php: Added filters to the

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -217,7 +217,7 @@ $buttons['dinamic'] = array('active' => $activeTab == 'dinamic',
$buttons['radial_dinamic'] = array('active' => $activeTab == 'radial_dinamic',
'text' => '<a href="index.php?sec=network&amp;sec2=operation/agentes/networkmap&amp;tab=radial_dinamic&amp;pure='.$pure.'">' .
html_print_image("images/dynamic_network_icon.png", true, array ("title" => __('Radial dinamic view'))) .'</a>');
html_print_image("images/radial_dynamic_network_icon.png", true, array ("title" => __('Radial dinamic view'))) .'</a>');
$combolist = '<form name="query_sel" method="post" action="index.php?sec=network&sec2=operation/agentes/networkmap">';