2010-02-22 Miguel de Dios <miguel.dedios@artica.es>
* images/groups_small/*.ok.png, images/groups_small/*.default.png, images/groups_small/*.bad.png, images/groups_small/*.warning.png: add the group images for diferent status, it's used in the GIS map. * godmode/agentes/agent_manager.php: change for new form to name the icons with status. * include/functions_gis.php: clean source code in function "addPoint", rewrite the function "get_agent_icon_map" for used icons with state for group, change some parts of source code in the function "getArrayListIcons" for new form to name the icons. * images/gis_map/icons/*.png: change some icons. * operation/agentes/estado_generalagente.php: show message when there isn't the GIS data. * operation/gis_maps/ajax.php: change the source code and db query to return the GIS data for return default position for agent without GIS data. * operation/gis_maps/render_view.php: show agents without GIS data. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2396 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
|
@ -1,3 +1,27 @@
|
|||
2010-02-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* images/groups_small/*.ok.png, images/groups_small/*.default.png,
|
||||
images/groups_small/*.bad.png, images/groups_small/*.warning.png: add the
|
||||
group images for diferent status, it's used in the GIS map.
|
||||
|
||||
* godmode/agentes/agent_manager.php: change for new form to name the icons
|
||||
with status.
|
||||
|
||||
* include/functions_gis.php: clean source code in function "addPoint",
|
||||
rewrite the function "get_agent_icon_map" for used icons with state for
|
||||
group, change some parts of source code in the function "getArrayListIcons"
|
||||
for new form to name the icons.
|
||||
|
||||
* images/gis_map/icons/*.png: change some icons.
|
||||
|
||||
* operation/agentes/estado_generalagente.php: show message when there isn't
|
||||
the GIS data.
|
||||
|
||||
* operation/gis_maps/ajax.php: change the source code and db query to
|
||||
return the GIS data for return default position for agent without GIS data.
|
||||
|
||||
* operation/gis_maps/render_view.php: show agents without GIS data.
|
||||
|
||||
2010-02-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/estado_generalagente.php: fix, use the new tables.
|
||||
|
|
|
@ -220,10 +220,10 @@ $path = 'images/gis_map/icons/'; //TODO set better method the path
|
|||
|
||||
$table->data[12][0] = __('Icon agent');
|
||||
$table->data[12][1] = print_select($arraySelectIcon, "icon_path", $icon_path, "changeIcons();", __('None'), '', true) .
|
||||
' ' . __('Default') . ': <img id="icon_default" src="' . $path . $icon_path . '.png" />' .
|
||||
' ' . __('Ok') . ': <img id="icon_ok" src="' . $path . $icon_path . '_ok.png" />' .
|
||||
' ' . __('Bad') . ': <img id="icon_bad" src="' . $path . $icon_path . '_bad.png" />' .
|
||||
' ' . __('Warning') . ': <img id="icon_warning" src="' . $path . $icon_path . '_warning.png" />';
|
||||
' ' . __('Default') . ': <img id="icon_default" src="' . $path . $icon_path . '.default.png" />' .
|
||||
' ' . __('Ok') . ': <img id="icon_ok" src="' . $path . $icon_path . '.ok.png" />' .
|
||||
' ' . __('Bad') . ': <img id="icon_bad" src="' . $path . $icon_path . '.bad.png" />' .
|
||||
' ' . __('Warning') . ': <img id="icon_warning" src="' . $path . $icon_path . '.warning.png" />';
|
||||
|
||||
if ($config['activate_gis']) {
|
||||
$table->data[13][0] = __('Ignore new GIS data:');
|
||||
|
|
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 526 B |
After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 849 B After Width: | Height: | Size: 849 B |
After Width: | Height: | Size: 824 B |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 859 B |
Before Width: | Height: | Size: 779 B After Width: | Height: | Size: 779 B |
After Width: | Height: | Size: 693 B |
After Width: | Height: | Size: 700 B |
After Width: | Height: | Size: 695 B |
After Width: | Height: | Size: 694 B |
After Width: | Height: | Size: 504 B |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 503 B |
After Width: | Height: | Size: 753 B |
After Width: | Height: | Size: 760 B |
After Width: | Height: | Size: 763 B |
After Width: | Height: | Size: 769 B |
After Width: | Height: | Size: 283 B |
After Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 284 B |
After Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 908 B |
After Width: | Height: | Size: 912 B |
After Width: | Height: | Size: 923 B |
After Width: | Height: | Size: 729 B |
After Width: | Height: | Size: 720 B |
After Width: | Height: | Size: 726 B |
After Width: | Height: | Size: 746 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 677 B |
After Width: | Height: | Size: 672 B |
After Width: | Height: | Size: 705 B |
After Width: | Height: | Size: 705 B |
After Width: | Height: | Size: 708 B |
After Width: | Height: | Size: 719 B |
After Width: | Height: | Size: 586 B |
After Width: | Height: | Size: 574 B |
After Width: | Height: | Size: 589 B |
After Width: | Height: | Size: 577 B |
After Width: | Height: | Size: 778 B |
After Width: | Height: | Size: 769 B |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 755 B |
After Width: | Height: | Size: 702 B |
After Width: | Height: | Size: 676 B |
After Width: | Height: | Size: 696 B |
After Width: | Height: | Size: 705 B |
After Width: | Height: | Size: 535 B |
After Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 537 B |
After Width: | Height: | Size: 537 B |
After Width: | Height: | Size: 491 B |
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 480 B |
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 481 B |
After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 491 B |
After Width: | Height: | Size: 455 B |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 460 B |
After Width: | Height: | Size: 457 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 536 B |
After Width: | Height: | Size: 534 B |
After Width: | Height: | Size: 528 B |
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 491 B |
After Width: | Height: | Size: 491 B |
After Width: | Height: | Size: 490 B |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 563 B |
After Width: | Height: | Size: 552 B |
After Width: | Height: | Size: 548 B |
After Width: | Height: | Size: 481 B |
After Width: | Height: | Size: 473 B |
After Width: | Height: | Size: 484 B |
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 823 B |
After Width: | Height: | Size: 849 B |
After Width: | Height: | Size: 827 B |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 691 B |
After Width: | Height: | Size: 691 B |
After Width: | Height: | Size: 687 B |
After Width: | Height: | Size: 707 B |
After Width: | Height: | Size: 754 B |
After Width: | Height: | Size: 752 B |
After Width: | Height: | Size: 750 B |
After Width: | Height: | Size: 752 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 678 B |