mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
[Rebranding] Added tooltip to avoid Monitoring Event name will be changed
This commit is contained in:
parent
66dfd9b171
commit
acad8d537b
@ -111,6 +111,13 @@ $table->size[0] = '20%';
|
|||||||
$table->data = array ();
|
$table->data = array ();
|
||||||
$table->data[0][0] = __('Name');
|
$table->data[0][0] = __('Name');
|
||||||
$table->data[0][1] = html_print_input_text ('name', $name, '', 35, 255, true);
|
$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->colspan[0][1] = 2;
|
||||||
|
|
||||||
$table->data[1][0] = __('Group');
|
$table->data[1][0] = __('Group');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user