diff --git a/plugins/language/en_GB/en_GB.txt b/plugins/language/en_GB/en_GB.txt index cfa713b76..e7171312d 100755 --- a/plugins/language/en_GB/en_GB.txt +++ b/plugins/language/en_GB/en_GB.txt @@ -1886,6 +1886,7 @@ 9930 DNS 9940 Is allowed to manage saved searches +9941 Ungroup results 9950 Notifications 9951 Please check that the notification configuration has been set correctly, otherwise sending reports through notifications will not work @@ -1920,4 +1921,4 @@ 9990 Download SNMP Subnets List 9991 Generate SNMP files -10000 Failed to update account info fields: quotes are not allowed in administrative values \ No newline at end of file +10000 Failed to update account info fields: quotes are not allowed in administrative values diff --git a/plugins/language/fr_FR/fr_FR.txt b/plugins/language/fr_FR/fr_FR.txt index 9eae7bb4b..8f812494d 100644 --- a/plugins/language/fr_FR/fr_FR.txt +++ b/plugins/language/fr_FR/fr_FR.txt @@ -1881,6 +1881,7 @@ 9930 DNS 9940 Est autorisé à gérer les recherches sauvegardées +9941 Dégrouper le résultat 9950 Notifications 9951 Veuillez vérifier que les notifications ont été correctement configurées pour que l'envoi des rapports fonctionne diff --git a/plugins/main_sections/ms_multi_search/ms_multi_search.php b/plugins/main_sections/ms_multi_search/ms_multi_search.php index 1fd61b8b7..90bb1597a 100644 --- a/plugins/main_sections/ms_multi_search/ms_multi_search.php +++ b/plugins/main_sections/ms_multi_search/ms_multi_search.php @@ -289,11 +289,20 @@ } if(!empty($_SESSION['OCS']['multi_search'])){ + $checked = ""; + + if (isset($protectedPost["groupby_search"])) { + $checked = "checked"; + } + ?>