From 257954c026a055fa03cb1a985e7cb16d3a10dfb6 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 8 May 2023 12:16:12 +0200 Subject: [PATCH] #11128 Fixed the usability of test connection buttons with integrations --- pandora_console/godmode/setup/setup_ehorus.php | 8 ++++---- pandora_console/godmode/setup/setup_integria.php | 8 ++++---- pandora_console/godmode/setup/setup_websocket_engine.php | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pandora_console/godmode/setup/setup_ehorus.php b/pandora_console/godmode/setup/setup_ehorus.php index e69b9668f3..769e6d286d 100644 --- a/pandora_console/godmode/setup/setup_ehorus.php +++ b/pandora_console/godmode/setup/setup_ehorus.php @@ -132,13 +132,13 @@ $table_remote->data['ehorus_req_timeout'] = $row; // Test. $row = []; $test_start = ''; -$test_start .= ''; -$test_start .= ''; +$test_start .= ''; +$test_start .= ''; $test_start .= ' '; $row['ehorus_test'] = html_print_label_input_block( - __('Test'), + __('Test connection'), html_print_button( - __('Start'), + __('Test'), 'test-ehorus', false, '', diff --git a/pandora_console/godmode/setup/setup_integria.php b/pandora_console/godmode/setup/setup_integria.php index f96391c233..b3e125f3e6 100644 --- a/pandora_console/godmode/setup/setup_integria.php +++ b/pandora_console/godmode/setup/setup_integria.php @@ -649,9 +649,9 @@ $table_cr_settings->data[3] = $row; // Test. $row = []; -$row['control'] = __('Test'); +$row['control'] = __('Test connection'); $row['control'] .= html_print_button( - __('Start'), + __('Test'), 'test-integria', false, '', @@ -662,8 +662,8 @@ $row['control'] .= html_print_button( true ); $row['control'] .= ''; -$row['control'] .= ''; -$row['control'] .= ''; +$row['control'] .= ''; +$row['control'] .= ''; $row['control'] .= ' '; $table_remote->data['integria_test'] = $row; diff --git a/pandora_console/godmode/setup/setup_websocket_engine.php b/pandora_console/godmode/setup/setup_websocket_engine.php index aa03ffa341..daf18a7e2c 100644 --- a/pandora_console/godmode/setup/setup_websocket_engine.php +++ b/pandora_console/godmode/setup/setup_websocket_engine.php @@ -86,9 +86,9 @@ $row = []; $test_start = ''; $test_start .= ' '; $row['gotty_test'] = html_print_label_input_block( - __('Test'), + __('Test connection'), html_print_button( - __('Start'), + __('Test'), 'test-gotty', false, 'handleTest()',