minor fix

This commit is contained in:
fbsanchez 2019-12-13 13:20:44 +01:00
parent ad6ea431bf
commit a558152cb2

View File

@ -64,7 +64,10 @@ $t->data[1][2] = html_print_input_text(
true true
); );
$t->data[2][0] = __('WebSocket proxy url').ui_print_help_tip(__('If you had configured a wsproxy set here target URL (for instance ws://your.public.fqdn/ws).'), true); $t->data[2][0] = __('WebSocket proxy url').ui_print_help_tip(
__('If you had configured a wsproxy set here target URL (for instance ws://your.public.fqdn/ws).'),
true
);
$t->data[2][2] = html_print_input_text( $t->data[2][2] = html_print_input_text(
'ws_proxy_url', 'ws_proxy_url',
$config['ws_proxy_url'], $config['ws_proxy_url'],
@ -84,7 +87,12 @@ if (function_exists('quickShellSettings') === true) {
quickShellSettings(); quickShellSettings();
} }
echo '<div class="action-buttons" style="width: '.$table->width.'">'; echo '<div class="action-buttons" style="width: 100%;">';
html_print_submit_button(__('Update'), 'update_button', false, 'class="sub upd"'); html_print_submit_button(
__('Update'),
'update_button',
false,
'class="sub upd"'
);
echo '</div>'; echo '</div>';
echo '</form>'; echo '</form>';