diff --git a/www/include/configuration/configObject/host/listHost.php b/www/include/configuration/configObject/host/listHost.php index 82b77327f75591847990de402cff4c76b359c825..f431ff834fee2d01f4242942939099e2e64b1d1f 100644 --- a/www/include/configuration/configObject/host/listHost.php +++ b/www/include/configuration/configObject/host/listHost.php @@ -274,12 +274,12 @@ for ($i = 0; $host = $DBRESULT->fetchRow(); $i++) { if ($host["host_activate"]) { $moptions = "<a href='main.php?p=" . $p . "&host_id=" . $host['host_id'] . "&o=u&limit=" . $limit - . "&num=" . $num . "&search=" . $search + . "&num=" . $num . "&searchH=" . $search . "'><img src='img/icons/disabled.png' class='ico-14 margin_right' border='0' alt='" . _("Disabled") . "'></a>"; } else { $moptions = "<a href='main.php?p=" . $p . "&host_id=" . $host['host_id'] . "&o=s&limit=" . $limit - . "&num=" . $num . "&search=" . $search + . "&num=" . $num . "&searchH=" . $search . "'><img src='img/icons/enabled.png' class='ico-14 margin_right' border='0' alt='" . _("Enabled") . "'></a>"; }