'; $table = new stdClass(); $table->width = '100%'; $table->class = 'databox filters'; $table->style[0] = 'font-weight: bolder;width:250px'; $table->data[0][0] = __('URL update manager:'); $table->data[0][1] = html_print_input_text('url_update_manager', $url_update_manager, __('URL update manager'), 80, 60, true); $table->data[1][0] = __('Proxy server:'); $table->data[1][1] = html_print_input_text('update_manager_proxy_server', $update_manager_proxy_server, __('Proxy server'), 80, 60, true); $table->data[2][0] = __('Proxy port:'); $table->data[2][1] = html_print_input_text('update_manager_proxy_port', $update_manager_proxy_port, __('Proxy port'), 80, 60, true); $table->data[3][0] = __('Proxy user:'); $table->data[3][1] = html_print_input_text('update_manager_proxy_user', $update_manager_proxy_user, __('Proxy user'), 80, 60, true); $table->data[4][0] = __('Proxy password:'); $table->data[4][1] = html_print_input_password('update_manager_proxy_password', $update_manager_proxy_password, __('Proxy password'), 80, 60, true); if (license_free()) { $config["identification_reminder"] = isset($config["identification_reminder"]) ? $config["identification_reminder"] : 1; $table->data[6][0] = __('Pandora FMS community reminder') . ui_print_help_tip(__('Every 8 days, a message is displayed to admin users to remember to register this Pandora instance'), true); $table->data[6][1] = __('Yes').'   '.html_print_radio_button ('identification_reminder', 1, '', $config["identification_reminder"], true).'  '; $table->data[6][1] .= __('No').'   '.html_print_radio_button ('identification_reminder', 0, '', $config["identification_reminder"], true); } html_print_input_hidden('action_update_url_update_manager', 1); html_print_table($table); echo '
'; html_print_submit_button (__('Update'), 'update_button', false, 'class="sub upd"'); echo '
'; echo ''; ?>