mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11432 added tip in Threshold in alert popup
This commit is contained in:
parent
ea3ea61f88
commit
f7c5d6b296
@ -537,7 +537,7 @@ if ($show_update_action_menu) {
|
|||||||
$data .= '</tr>';
|
$data .= '</tr>';
|
||||||
$data .= '<tr class="datos2">';
|
$data .= '<tr class="datos2">';
|
||||||
$data .= '<td class="datos2 bolder pdd_6px font_10pt">';
|
$data .= '<td class="datos2 bolder pdd_6px font_10pt">';
|
||||||
$data .= __('Threshold');
|
$data .= __('Threshold').ui_print_help_tip(__('If a value of 0 is assigned, the Threshold of the action will be used.'), true);
|
||||||
$data .= '</td>';
|
$data .= '</td>';
|
||||||
$data .= '<td class="datos2">';
|
$data .= '<td class="datos2">';
|
||||||
$data .= html_print_extended_select_for_time(
|
$data .= html_print_extended_select_for_time(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user