[Rebranding] Added tooltip to avoid Monitoring Event name will be changed

This commit is contained in:
fermin831 2018-05-24 11:37:26 +02:00
parent 66dfd9b171
commit acad8d537b
1 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,13 @@ $table->size[0] = '20%';
$table->data = array ();
$table->data[0][0] = __('Name');
$table->data[0][1] = html_print_input_text ('name', $name, '', 35, 255, true);
if (io_safe_output($name) == "Monitoring Event") {
$table->data[0][1] .= '  ' . ui_print_help_tip(
__("This action may stop working, if you change its name."),
true,
"images/header_yellow.png"
);
}
$table->colspan[0][1] = 2;
$table->data[1][0] = __('Group');