mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#12073 Add tip
This commit is contained in:
parent
60c3bb456a
commit
550bd0e6ba
@ -32,6 +32,7 @@ require_once '../../include/config.php';
|
||||
require_once '../../include/functions.php';
|
||||
require_once '../../include/functions_db.php';
|
||||
require_once '../../include/functions_events.php';
|
||||
require_once '../../include/functions_ui.php';
|
||||
require_once '../../include/auth/mysql.php';
|
||||
require_once $config['homedir'].'/include/class/HTML.class.php';
|
||||
|
||||
@ -127,7 +128,7 @@ $output = '<div id="tabs-sound-modal">';
|
||||
// Content tabs.
|
||||
$output .= '<div id="tabs-sound-modal-1">';
|
||||
$output .= '<h3 class="title-discovered-alerts">';
|
||||
$output .= __('Console configuration');
|
||||
$output .= __('Console configuration').ui_print_help_tip(__('Warning: Minimizing this window will cause the Acoustic Console to not work as expected'), true);
|
||||
$output .= '</h3>';
|
||||
$inputs = [];
|
||||
|
||||
@ -334,6 +335,7 @@ $output = '<div id="tabs-sound-modal">';
|
||||
);
|
||||
$output .= '</div>';
|
||||
$output .= '</div>';
|
||||
$output .= html_print_div(['id' => 'forced_title_layer', 'class' => 'forced_title_layer', 'hidden' => true]);
|
||||
echo $output;
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user