From 74641b0e4c8e2ce15b655aa627181f87a33eeda6 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Wed, 17 May 2023 10:17:39 +0200 Subject: [PATCH 1/2] #11218 Modification of unrelated political icons --- pandora_console/godmode/agentes/module_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index 5b9e2f093c..8f87d1d3ef 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -842,7 +842,7 @@ if ($modules !== false) { if ($linked !== false) { if ($adopt === true) { - $img = 'images/policies_brick.png'; + $img = 'images/policies_not_brick.png'; $title = '('.__('Adopted').') '.$policyInfo['name_policy']; } else { $img = 'images/policies_mc.png'; From e979403a54179c8280686a87ebbaa5ab33dc911c Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Fri, 21 Jul 2023 15:33:50 +0200 Subject: [PATCH 2/2] #11218 Fixed the icons of the policies adopted to the module --- pandora_console/godmode/agentes/module_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index b5a9c21611..1c6126467f 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -842,7 +842,7 @@ if ($modules !== false) { if ((bool) $linked !== false) { if ((bool) $adopt === true) { - $img = 'images/policies_not_brick.png'; + $img = 'images/policies_brick.png'; $title = '('.__('Adopted').') '.$policyInfo['name_policy']; } else { $img = 'images/policies_mc.png';