diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 30f5f14413..c489813f05 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,13 @@ +2013-04-23 Miguel de Dios + + * godmode/tag/tag.php: fixed the column for large list of emails, + now it shows a dialog. + + Fixes: #3611472 + + * include/functions_api.php, operation/snmpconsole/snmp_browser.php, + extensions/ssh_gateway.php: cleaned source code style. + 2013-04-22 Miguel de Dios * operation/users/user_edit.php, include/functions_graph.php: diff --git a/pandora_console/extensions/ssh_gateway.php b/pandora_console/extensions/ssh_gateway.php index ce51682f79..698be47d7d 100644 --- a/pandora_console/extensions/ssh_gateway.php +++ b/pandora_console/extensions/ssh_gateway.php @@ -19,7 +19,7 @@ $id_agente = get_parameter ("id_agente"); // This extension is usefull only if the agent has associated IP $address = agents_get_address($id_agente); -if(!empty($address) || empty($id_agente)) { +if (!empty($address) || empty($id_agente)) { extensions_add_opemode_tab_agent ('ssh_gateway','SSH Gateway','extensions/ssh_gateway/secure_console.png',"ssh_gateway", "v1r1"); } @@ -41,7 +41,7 @@ function ssh_gateway () { $USER = ""; $id_agente = get_parameter ("id_agente"); - + $ip = db_get_sql ("SELECT direccion FROM tagente WHERE id_agente = $id_agente"); if ($HOST == "") @@ -51,14 +51,14 @@ function ssh_gateway () { if ($COMMIT == 1) { echo "

".__("You need to specify a user and a host address")."

"; } - + echo "
"; echo ""; echo ""; echo ""; - echo "
".__("Host address").""; echo "
".__("User").""; echo "
".__("Port (use 0 for default)").""; + echo "".__("Port (use 0 for default)").""; echo "
"; echo __("Connect mode")."