Added password type to update manager proxy Tickets #3552

This commit is contained in:
fermin831 2016-05-19 10:58:52 +02:00
parent 86af74f1a4
commit 2ee301e22b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ $table->data[3][1] = html_print_input_text('update_manager_proxy_user',
$update_manager_proxy_user, __('Proxy user'), 40, 60, true);
$table->data[4][0] = __('Proxy password:');
$table->data[4][1] = html_print_input_text('update_manager_proxy_password',
$table->data[4][1] = html_print_input_password('update_manager_proxy_password',
$update_manager_proxy_password, __('Proxy password'), 40, 60, true);
html_print_input_hidden('action_update_url_update_manager', 1);