From e26e7808bfddf80fcd30aaae3a5928a738690d10 Mon Sep 17 00:00:00 2001 From: darode Date: Thu, 5 Dec 2013 14:56:57 +0000 Subject: [PATCH] 2013-12-05 Dario Rodriguez * mobile/operation/networkmaps.php: Fixed a wrong link on group icon from network map list. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9174 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/mobile/operation/networkmaps.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fc42a9f609..e83ff4ad9b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-12-05 Dario Rodriguez + + * mobile/operation/networkmaps.php: Fixed a wrong link + on group icon from network map list. + 2013-12-05 Dario Rodriguez * mobile/include/style/main.css: Added CSS style for diff --git a/pandora_console/mobile/operation/networkmaps.php b/pandora_console/mobile/operation/networkmaps.php index e529bffaae..fe4fc7969b 100755 --- a/pandora_console/mobile/operation/networkmaps.php +++ b/pandora_console/mobile/operation/networkmaps.php @@ -179,7 +179,7 @@ class Networkmaps { $row = array(); $row[__('Name')] = '' . io_safe_output($networkmap['name']) . ''; $row[__('Type')] = $networkmap['type']; - $row[__('Group')] = ui_print_group_icon($networkmap["id_group"], true); + $row[__('Group')] = ui_print_group_icon($networkmap["id_group"], true, "groups_small", "" , false); $list[] = $row; }