2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/reporting_builder.item_editor.php: added tip for to note the module have another module intervals in the life of this maybe the sumattory is not correct. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7795 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7c13dfab00
commit
93c7b17998
|
@ -1,3 +1,9 @@
|
|||
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: added tip for
|
||||
to note the module have another module intervals in the life of this
|
||||
maybe the sumattory is not correct.
|
||||
|
||||
2013-03-06 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/alerts/configure_alert_action.php: Put again
|
||||
|
|
|
@ -1137,7 +1137,8 @@ function print_General_list($width, $action, $idItem = null) {
|
|||
<tr>
|
||||
<th class="header" scope="col"><?php echo __('Agent');?></th>
|
||||
<th class="header" scope="col"><?php echo __('Module');?></th>
|
||||
<th class="header" scope="col"><?php echo __('Operation');?></th>
|
||||
<th class="header" scope="col"><?php echo __('Operation') .
|
||||
ui_print_help_tip(__("Please be careful, when the module have diferent intervals in their life, the summatory maybe get bad result."), true);?></th>
|
||||
<th class="header" scope="col"><?php echo __('Action');?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in New Issue