mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
fixed minor error
Former-commit-id: 5025e19699e773afee950a31bdceeeb0eb4bc47d
This commit is contained in:
parent
fadf75a626
commit
cfcb427676
@ -216,7 +216,7 @@ $table->data[5][1] .= html_print_input_text(
|
|||||||
$max_critical,
|
$max_critical,
|
||||||
'',
|
'',
|
||||||
5,
|
5,
|
||||||
1024,
|
15,
|
||||||
true
|
true
|
||||||
).'</span>';
|
).'</span>';
|
||||||
$table->data[5][1] .= '<span id="string_critical"><em>'.__('Str.').' </em> ';
|
$table->data[5][1] .= '<span id="string_critical"><em>'.__('Str.').' </em> ';
|
||||||
@ -225,7 +225,7 @@ $table->data[5][1] .= html_print_input_text(
|
|||||||
$str_critical,
|
$str_critical,
|
||||||
'',
|
'',
|
||||||
5,
|
5,
|
||||||
64,
|
1024,
|
||||||
true
|
true
|
||||||
).'</span>';
|
).'</span>';
|
||||||
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';
|
$table->data[5][1] .= '<br /><em>'.__('Inverse interval').'</em>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user