';
+ echo "".__("Agents")." / ".__("Alert templates")." | ";
if ($hor_offset > 0) {
$new_hor_offset = $hor_offset-$block;
- echo "".html_print_image("images/darrowleft.png",true, array('title' => __('Previous templates')))." | ";
+ echo "
+ ".
+ html_print_image("images/darrowleft.png",true, array('title' => __('Previous templates')))." | ";
}
$templates_raw = array();
@@ -200,12 +211,14 @@ function mainAgentsAlerts() {
if ($tname == '') {
continue;
}
- echo ''. html_print_image('images/information.png', true, array('title' => io_safe_output($tname))) ." | ";
+ echo ''. io_safe_output($tname) . html_print_image('images/information.png', true, array('title' => io_safe_output($tname))) ." | ";
}
if (($hor_offset + $block) < $ntemplates) {
$new_hor_offset = $hor_offset+$block;
- echo "".html_print_image("images/darrowright.png",true, array('title' => __('More templates')))." | ";
+ echo "
+ ".html_print_image("images/darrowright.png",true, array('title' => __('More templates')))." | ";
}
foreach ($agents as $agent) {
@@ -231,7 +244,7 @@ function mainAgentsAlerts() {
$cellstyle = 'background:'.COL_ALERTFIRED.';';
}
- echo ' ';
+ echo ' | ';
$uniqid = uniqid();
echo "";
diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php
index 4ad792fe9f..65bf295c11 100644
--- a/pandora_console/extensions/agents_modules.php
+++ b/pandora_console/extensions/agents_modules.php
@@ -74,12 +74,12 @@ function mainAgentsModules() {
$filter_module_groups = ' ';
$filter_groups = ' ';
$comborefr = ' |