From f4eb825d638154da96915f893ba3a2c65f66ee92 Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Tue, 11 Oct 2016 12:28:58 +0900 Subject: [PATCH] Fixed broken header of alert list. (cherry picked from commit 5ec7e1ae0fbb9b62341048452989089052e2ce9f) --- pandora_console/godmode/alerts/alert_list.list.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index b2f1db7868..41d580d42c 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -390,6 +390,9 @@ if (! $id_agente) { }*/ } else { + $table->head[0] = __('Module') . ' ' . + '' . html_print_image("images/sort_up.png", true, array("style" => $selectModuleUp)) . '' . + '' . html_print_image("images/sort_down.png", true, array("style" => $selectModuleDown)) . ''; /* Different sizes or the layout screws up */ $table->size[0] = '0%'; $table->size[1] = '10%';