diff --git a/pandora_console/general/login_required.php b/pandora_console/general/login_required.php
index ef63c75ece..87367facb4 100644
--- a/pandora_console/general/login_required.php
+++ b/pandora_console/general/login_required.php
@@ -108,7 +108,7 @@ echo '
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);
html_print_table ($table);
@@ -213,6 +213,8 @@ $(document).ready (function () {
$(".ui-widget-overlay").css("background", "#000");
$(".ui-widget-overlay").css("opacity", 0.6);
+ $(".ui-draggable").css("cursor", "inherit");
+
});
/* ]]> */