Renamed 'DHPM' to 'Satellite'.
This commit is contained in:
parent
b4beb466a4
commit
67bbd20fef
|
@ -62,7 +62,7 @@ $table->class = 'databox filters';
|
|||
$table->data = array ();
|
||||
|
||||
$table->data[0][0] = '<strong>'.__('Customer key').'</strong>';
|
||||
$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] = '<strong>'.__('Expires').'</strong>';
|
||||
$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] = '<strong>'.__('NMS').'</strong>';
|
||||
$table->data[5][1] = html_print_input_text('expires', ($license['nms'] == 1 ? __('enabled') : __('disabled')), '', 10, 255, true, true);
|
||||
|
||||
$table->data[6][0] = '<strong>'.__('DHPM').'</strong>';
|
||||
$table->data[6][0] = '<strong>'.__('Satellite').'</strong>';
|
||||
$table->data[6][1] = html_print_input_text('expires', ($license['dhpm'] == 1 ? __('enabled') : __('disabled')), '', 10, 255, true, true);
|
||||
|
||||
$table->data[7][0] = '<strong>'.__('Licensed to').'</strong>';
|
||||
|
|
Loading…
Reference in New Issue