Added a tooltip for to explain the pagination in the list modules into agent view

This commit is contained in:
mdtrooper 2014-10-10 14:43:38 +02:00
parent 02dbdf1648
commit 0fe3237752
1 changed files with 1 additions and 0 deletions

View File

@ -723,6 +723,7 @@ foreach ($modules as $module) {
<?php <?php
echo "<h4 style='padding-top:0px !important;'>"; echo "<h4 style='padding-top:0px !important;'>";
ui_print_help_tip(__('For to view the list modules paginated, set in setup visuals.'));
echo __('Full list of monitors'); echo __('Full list of monitors');
$modules_not_init = agents_monitor_notinit($id_agente); $modules_not_init = agents_monitor_notinit($id_agente);
if (!empty($modules_not_init)) { if (!empty($modules_not_init)) {