From 67bbd20fefbcf95375c00c0a75795fe93fd85d90 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 21 Sep 2015 16:22:25 +0200 Subject: [PATCH] Renamed 'DHPM' to 'Satellite'. --- pandora_console/godmode/setup/license.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/setup/license.php b/pandora_console/godmode/setup/license.php index 19f4644995..b74e820072 100644 --- a/pandora_console/godmode/setup/license.php +++ b/pandora_console/godmode/setup/license.php @@ -62,7 +62,7 @@ $table->class = 'databox filters'; $table->data = array (); $table->data[0][0] = ''.__('Customer key').''; -$table->data[0][1] = html_print_textarea ('keys[customer_key]', 10, 255, $settings->customer_key, 'style="height:50px; width:250px;"', true); +$table->data[0][1] = html_print_textarea ('keys[customer_key]', 10, 255, $settings->customer_key, 'style="height:50px; width:450px;"', true); $table->data[1][0] = ''.__('Expires').''; $table->data[1][1] = html_print_input_text('expires', $license['expiry_date'], '', 10, 255, true, true); @@ -79,7 +79,7 @@ $table->data[4][1] = html_print_input_text('expires', $license['license_mode'], $table->data[5][0] = ''.__('NMS').''; $table->data[5][1] = html_print_input_text('expires', ($license['nms'] == 1 ? __('enabled') : __('disabled')), '', 10, 255, true, true); -$table->data[6][0] = ''.__('DHPM').''; +$table->data[6][0] = ''.__('Satellite').''; $table->data[6][1] = html_print_input_text('expires', ($license['dhpm'] == 1 ? __('enabled') : __('disabled')), '', 10, 255, true, true); $table->data[7][0] = ''.__('Licensed to').'';