Changed E-mail label into initial wizard

(cherry picked from commit 68f4086c93)
This commit is contained in:
fermin831 2016-06-20 15:15:36 +02:00
parent 0031b8ecd2
commit be708eaa35
1 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,7 @@ echo '<div id="login_id_dialog" title="' .
$table->data[2][1] = html_print_select($zone_name, 'zone', $zone_selected, 'show_timezone()', '', '', true); $table->data[2][1] = html_print_select($zone_name, 'zone', $zone_selected, 'show_timezone()', '', '', true);
$table->data[2][1] .= "&nbsp;&nbsp;". html_print_select($timezone_n, 'timezone', $config["timezone"], '', '', '', true); $table->data[2][1] .= "&nbsp;&nbsp;". html_print_select($timezone_n, 'timezone', $config["timezone"], '', '', '', true);
$table->data[4][0] = __('E-mail'); $table->data[4][0] = __('E-mail for receiving alerts');
$table->data[4][1] = html_print_input_text ('email', $email, '', 50, 255, true); $table->data[4][1] = html_print_input_text ('email', $email, '', 50, 255, true);
html_print_table ($table); html_print_table ($table);
@ -213,6 +213,8 @@ $(document).ready (function () {
$(".ui-widget-overlay").css("background", "#000"); $(".ui-widget-overlay").css("background", "#000");
$(".ui-widget-overlay").css("opacity", 0.6); $(".ui-widget-overlay").css("opacity", 0.6);
$(".ui-draggable").css("cursor", "inherit");
}); });
/* ]]> */ /* ]]> */